Skip to content

Commit a1efcda

Browse files
author
Amit Kapila
committed
Improve comments atop pg_get_replication_slots.
Update comments atop pg_get_replication_slots to make it clear that it shows all replication slots that currently exist on the database cluster. Author: sirisha chamarthi Discussion: https://postgr.es/m/CAKrAKeXRuFpeiWS+STGFm-RFfW19sUDxju66JkyRi13kdQf94Q@mail.gmail.com
1 parent 0557e17 commit a1efcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/replication/slotfuncs.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ pg_drop_replication_slot(PG_FUNCTION_ARGS)
226226
}
227227

228228
/*
229-
* pg_get_replication_slots - SQL SRF showing active replication slots.
229+
* pg_get_replication_slots - SQL SRF showing all replication slots
230+
* that currently exist on the database cluster.
230231
*/
231232
Datum
232233
pg_get_replication_slots(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)