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

Commit57b7e83

Browse files
committed
Fix misc typos in comments.
1 parent11ad3b3 commit57b7e83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/replication/logical/logical.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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-
* anda implementation of a WAL reading callback that's suitable for
24+
* andan 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 interlockit's return value might immediately be out of
294+
* without further interlockits 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 thisnly takes effect when the
775+
* Just like IncreaseRestartDecodingForSlot thisonly takes effect when the
776776
* client has confirmed to have received current_lsn.
777777
*/
778778
void

‎src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 toinitalize the cutoff xid after which a new changeset
1931+
* This is useful toinitialize 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,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp