pgsql: Fix name of argument to pg_stat_file.
pgsql: Fix name of argument to pg_stat_file.
От:
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Дата:
Fix name of argument to pg_stat_file. It's called "missing_ok" in the docs and in the C code. I refrained from doing a catversion bump for this, because the name of an input argument is just documentation, it has no effect on any callers. Michael Paquier Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/00ccea9e9dcee7b4f103674d274fadc8b09075f7 Modified Files -------------- src/include/catalog/pg_proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)