]> granicus.if.org Git - postgresql/commit
Fix name of argument to pg_stat_file.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:12:05 +0000 (12:12 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:15:13 +0000 (12:15 +0300)
commit7931622d1d942dbbba8d0eab77f18f69f1ce5de0
tree9f69467d8018de11ae5d5f12c8a7af0452d0b06d
parent5b1b6bf49b44f9b26f0c9eb6d97e84973e71a0ae
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
src/include/catalog/pg_proc.h