pgsql: Fix name of argument to pg_stat_file. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix name of argument to pg_stat_file.
Date
Msg-id E1ZAab8-0008LW-V6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7931622d1d942dbbba8d0eab77f18f69f1ce5de0

Modified Files
--------------
src/include/catalog/pg_proc.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Use American spelling for "behavior".
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix name of argument to pg_stat_file.