Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5786fe1 commit 7799d4eCopy full SHA for 7799d4e
src/backend/replication/slotfuncs.c
@@ -414,7 +414,7 @@ pg_get_replication_slots(PG_FUNCTION_ARGS)
414
415
XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, wal_segment_size);
416
417
- /* determine how many segments slots can be kept by slots */
+ /* determine how many segments can be kept by slots */
418
slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size);
419
/* ditto for wal_keep_size */
420
keepSegs = XLogMBVarToSegs(wal_keep_size_mb, wal_segment_size);
0 commit comments