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

Commit20659fd

Browse files
author
Amit Kapila
committed
Update comment atop of ReorderBufferQueueMessage().
The comments atop of this function describes behaviour in case of atransactional WAL message only, but it accepts both transactional andnon-transactional WAL messages. Update the comments to describebehaviour in case of non-transactional WAL message as well.Ashutosh Bapat, rephrased by Amit KapilaDiscussion:https://postgr.es/m/CAGEoWWTTzNzHOi8bj0wfAo1siGi-YEh6wqH1oaz4DrkTJ6HbTQ@mail.gmail.com
1 parent8afca70 commit20659fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,8 @@ ReorderBufferQueueChange(ReorderBuffer *rb, TransactionId xid, XLogRecPtr lsn,
783783
}
784784

785785
/*
786-
* Queue message into a transaction so it can be processed upon commit.
786+
* A transactional message is queued to be processed upon commit and a
787+
* non-transactional message gets processed immediately.
787788
*/
788789
void
789790
ReorderBufferQueueMessage(ReorderBuffer*rb,TransactionIdxid,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp