Skip to content

Commit 7799d4e

Browse files
committed
Fix comment grammar in slotfuncs.c
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACUkrNR2xTak+QaqxoTjPKGn8zXWripv7SR27t+Q5qF1Wg@mail.gmail.com
1 parent 5786fe1 commit 7799d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slotfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ pg_get_replication_slots(PG_FUNCTION_ARGS)
414414

415415
XLByteToSeg(slot_contents.data.restart_lsn, targetSeg, wal_segment_size);
416416

417-
/* determine how many segments slots can be kept by slots */
417+
/* determine how many segments can be kept by slots */
418418
slotKeepSegs = XLogMBVarToSegs(max_slot_wal_keep_size_mb, wal_segment_size);
419419
/* ditto for wal_keep_size */
420420
keepSegs = XLogMBVarToSegs(wal_keep_size_mb, wal_segment_size);

0 commit comments

Comments
 (0)