pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.
Дата
Msg-id E1nNQiF-000FZh-0K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix few values in pg_proc for pg_stat_get_replication_slot.

The function pg_stat_get_replication_slot() is not a SRF but marked
incorrectly in the pg_proc.

Reported-by: Michael Paquier
Discussion: https://postgr.es/m/YhMk4RjoMK3CCXy2@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/22eb12cfff3e842bb35427e1ec819d64daabd5a1

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Remove unnecessary heap_tuple_needs_freeze argument.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: vacuumlazy.c: Remove obsolete num_tuples field.