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

Commit7be4ba4

Browse files
Remove obsolete comment in reorderbuffer.h.
Commit9fab40a changed ReorderBuffer to use Slab Context forallocating ReorderBufferTXN entries instead of using a cachingmechanism. The txn->node is no longer used as an element of the listof preallocated ReorderBufferTXNs.Reviewed-by: Amit KapilaDiscussion:https://postgr.es/m/CAD21AoB1CTnX66Ji3zTCnjoPVC9OzYe0B6LygUHcxEB2RV-hFw%40mail.gmail.com
1 parent4681ad4 commit7be4ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/include/replication/reorderbuffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,9 @@ typedef struct ReorderBufferTXN
394394
SharedInvalidationMessage*invalidations;
395395

396396
/* ---
397-
* Position in one ofthree lists:
397+
* Position in one oftwo lists:
398398
* * list of subtransactions if we are *known* to be subxact
399399
* * list of toplevel xacts (can be an as-yet unknown subxact)
400-
* * list of preallocated ReorderBufferTXNs (if unused)
401400
* ---
402401
*/
403402
dlist_nodenode;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp