Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1efcda

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 itshows all replication slots that currently exist on the database cluster.Author: sirisha chamarthiDiscussion:https://postgr.es/m/CAKrAKeXRuFpeiWS+STGFm-RFfW19sUDxju66JkyRi13kdQf94Q@mail.gmail.com
1 parent0557e17 commita1efcda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/replication/slotfuncs.c

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp