From bd5fcf350cd44ad7df0e4287aab43f0fa467c547 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Nov 2022 07:46:43 +0000 Subject: [PATCH] Fix atop pg_get_replication_slots function to reflect what code does --- src/backend/replication/slotfuncs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/slotfuncs.c index 16a3527903..5fab59c2d6 100644 --- a/src/backend/replication/slotfuncs.c +++ b/src/backend/replication/slotfuncs.c @@ -226,7 +226,8 @@ pg_drop_replication_slot(PG_FUNCTION_ARGS) } /* - * pg_get_replication_slots - SQL SRF showing active replication slots. + * pg_get_replication_slots - SQL SRF showing all replication slots + * that currently exist on the database cluster. */ Datum pg_get_replication_slots(PG_FUNCTION_ARGS) -- 2.25.1