Fix name of argument to pg_stat_file.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 00ccea9e9dcee7b4f103674d274fadc8b09075f7
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-07-02T09:15:30Z
Releases: 9.5.0
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

Files

PathChange+/−
src/include/catalog/pg_proc.h modified +1 −1