pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.
Date: 2022-02-25 02:52:07
Message-ID: E1nNQiF-000FZh-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-02-25 03:02:35 pgsql: vacuumlazy.c: Remove obsolete num_tuples field.
Previous Message Peter Geoghegan 2022-02-25 02:31:50 pgsql: Remove unnecessary heap_tuple_needs_freeze argument.