pgsql: Fix name of argument to pg_stat_file.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix name of argument to pg_stat_file.
Дата
Msg-id E1ZAab8-0008La-VI@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix name of argument to pg_stat_file.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use appendStringInfoString/Char et al where appropriate.