Make pg_stat_file() use OUT parameters so that the user doesn't have to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2af9a44fa97080b3c5cf0b8e789642efff3d14a6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-13T19:02:34Z
Releases: 8.1.0
Make pg_stat_file() use OUT parameters so that the user doesn't have to
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.

Files