]> granicus.if.org Git - postgresql/commit
Make pg_stat_file() use OUT parameters so that the user doesn't have to
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Aug 2005 19:02:34 +0000 (19:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Aug 2005 19:02:34 +0000 (19:02 +0000)
commit2af9a44fa97080b3c5cf0b8e789642efff3d14a6
treeaad84c4abf80fae3c098db65b768971d377032b7
parentf547909db77fd0f5f6eed78ace4eb926aaebeafe
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.
doc/src/sgml/func.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/genfile.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h