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

Commit343f709

Browse files
committed
Fix typos
Backpatch to: 9.4
1 parent57a6a72 commit343f709

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎src/include/replication/reorderbuffer.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ typedef struct ReorderBufferChange
7575
RepOriginIdorigin_id;
7676

7777
/*
78-
* Context data for the change, which part of the union is valid depends
79-
* on action/action_internal.
78+
* Context data for the change. Which part of the union is valid depends
79+
* on action.
8080
*/
8181
union
8282
{
@@ -242,7 +242,7 @@ typedef struct ReorderBufferTXN
242242
/* ---
243243
* Position in one of three lists:
244244
* * list of subtransactions if we are *known* to be subxact
245-
* * list of toplevel xacts (can beam as-yet unknown subxact)
245+
* * list of toplevel xacts (can bean as-yet unknown subxact)
246246
* * list of preallocated ReorderBufferTXNs
247247
* ---
248248
*/
@@ -280,7 +280,7 @@ struct ReorderBuffer
280280

281281
/*
282282
* Transactions that could be a toplevel xact, ordered by LSN of the first
283-
* record bearing that xid..
283+
* record bearing that xid.
284284
*/
285285
dlist_headtoplevel_by_lsn;
286286

@@ -292,7 +292,7 @@ struct ReorderBuffer
292292
ReorderBufferTXN*by_txn_last_txn;
293293

294294
/*
295-
*Callacks to be called when a transactions commits.
295+
*Callbacks to be called when a transactions commits.
296296
*/
297297
ReorderBufferBeginCBbegin;
298298
ReorderBufferApplyChangeCBapply_change;
@@ -315,7 +315,7 @@ struct ReorderBuffer
315315
* overhead we cache some unused ones here.
316316
*
317317
* The maximum number of cached entries is controlled by const variables
318-
*ontop of reorderbuffer.c
318+
*on top of reorderbuffer.c
319319
*/
320320

321321
/* cached ReorderBufferTXNs */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp