Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
343f709c
Commit
343f709c
authored
Feb 25, 2016
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
Backpatch to: 9.4
parent
57a6a72b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/include/replication/reorderbuffer.h
src/include/replication/reorderbuffer.h
+6
-6
No files found.
src/include/replication/reorderbuffer.h
View file @
343f709c
...
...
@@ -75,8 +75,8 @@ typedef struct ReorderBufferChange
RepOriginId
origin_id
;
/*
* Context data for the change
, w
hich part of the union is valid depends
* on action
/action_internal
.
* Context data for the change
. W
hich part of the union is valid depends
* on action.
*/
union
{
...
...
@@ -242,7 +242,7 @@ typedef struct ReorderBufferTXN
/* ---
* Position in one of three lists:
* * list of subtransactions if we are *known* to be subxact
* * list of toplevel xacts (can be a
m
as-yet unknown subxact)
* * list of toplevel xacts (can be a
n
as-yet unknown subxact)
* * list of preallocated ReorderBufferTXNs
* ---
*/
...
...
@@ -280,7 +280,7 @@ struct ReorderBuffer
/*
* Transactions that could be a toplevel xact, ordered by LSN of the first
* record bearing that xid.
.
* record bearing that xid.
*/
dlist_head
toplevel_by_lsn
;
...
...
@@ -292,7 +292,7 @@ struct ReorderBuffer
ReorderBufferTXN
*
by_txn_last_txn
;
/*
* Callacks to be called when a transactions commits.
* Call
b
acks to be called when a transactions commits.
*/
ReorderBufferBeginCB
begin
;
ReorderBufferApplyChangeCB
apply_change
;
...
...
@@ -315,7 +315,7 @@ struct ReorderBuffer
* overhead we cache some unused ones here.
*
* The maximum number of cached entries is controlled by const variables
* ontop of reorderbuffer.c
* on
top of reorderbuffer.c
*/
/* cached ReorderBufferTXNs */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment