File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 * one to prepare a data write, and a final one for actually writing since
2222 * their implementation depends on the type of consumer. Check
2323 * logicalfuncs.c for an example implementation of a fairly simple consumer
24- * and a implementation of a WAL reading callback that's suitable for
24+ * and an implementation of a WAL reading callback that's suitable for
2525 * simple consumers.
2626 *-------------------------------------------------------------------------
2727 */
@@ -291,7 +291,7 @@ CreateInitDecodingContext(char *plugin,
291291 * decoding from, to avoid starting from a running xacts record referring
292292 * to xids whose rows have been vacuumed or pruned
293293 * already. GetOldestSafeDecodingTransactionId() returns such a value, but
294- * without further interlock it's return value might immediately be out of
294+ * without further interlock its return value might immediately be out of
295295 * date.
296296 *
297297 * So we have to acquire the ProcArrayLock to prevent computation of new
@@ -772,7 +772,7 @@ LogicalIncreaseXminForSlot(XLogRecPtr current_lsn, TransactionId xmin)
772772 * Mark the minimal LSN (restart_lsn) we need to read to replay all
773773 * transactions that have not yet committed at current_lsn.
774774 *
775- * Just like IncreaseRestartDecodingForSlot this nly takes effect when the
775+ * Just like IncreaseRestartDecodingForSlot this only takes effect when the
776776 * client has confirmed to have received current_lsn.
777777 */
778778void
Original file line number Diff line number Diff line change @@ -1928,7 +1928,7 @@ GetOldestActiveTransactionId(void)
19281928 * much more conservative than what really has been affected by vacuum, but we
19291929 * currently don't have better data available.
19301930 *
1931- * This is useful to initalize the cutoff xid after which a new changeset
1931+ * This is useful to initialize the cutoff xid after which a new changeset
19321932 * extraction replication slot can start decoding changes.
19331933 *
19341934 * Must be called with ProcArrayLock held either shared or exclusively,
You can’t perform that action at this time.
0 commit comments