• Tom Lane's avatar
    Make pg_stat_file() use OUT parameters so that the user doesn't have to · 2af9a44f
    Tom Lane authored
    remember the output parameter set for himself.  It's a bit of a kluge
    but fixing array_in to work in bootstrap mode looks worse.
    I removed the separate pg_file_length() function, as it no longer has any
    real notational advantage --- you can write (pg_stat_file(...)).length.
    2af9a44f
genfile.c 6.65 KB