pgsql: Fix name of argument to pg_stat_file.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix name of argument to pg_stat_file.
Date: 2015-07-02 09:15:58
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-02 09:46:27 pgsql: Use appendStringInfoString/Char et al where appropriate.
Previous Message Amit Kapila 2015-07-02 05:16:08 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file