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
2e019c86
Commit
2e019c86
authored
Mar 10, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More synchronous replication typo fixes.
Fujii Masao
parent
b8bb8dbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/backend/replication/syncrep.c
src/backend/replication/syncrep.c
+1
-1
src/include/storage/proc.h
src/include/storage/proc.h
+1
-1
No files found.
src/backend/replication/syncrep.c
View file @
2e019c86
...
...
@@ -225,7 +225,7 @@ SyncRepWaitForLSN(XLogRecPtr XactCommitLSN)
/*
* Insert MyProc into SyncRepQueue, maintaining sorted invariant.
*
* Usually we will go at tail of queue, though its possible that we arrive
* Usually we will go at tail of queue, though it
'
s possible that we arrive
* here out of order, so start at tail and work back to insertion point.
*/
static
void
...
...
src/include/storage/proc.h
View file @
2e019c86
...
...
@@ -122,7 +122,7 @@ struct PGPROC
* Info to allow us to wait for synchronous replication, if needed.
* waitLSN is InvalidXLogRecPtr if not waiting; set only by user backend.
* syncRepState must not be touched except by owning process or WALSender.
* syncRep
_l
inks used only while holding SyncRepLock.
* syncRep
L
inks used only while holding SyncRepLock.
*/
Latch
waitLatch
;
/* allow us to wait for sync rep */
XLogRecPtr
waitLSN
;
/* waiting for this LSN or higher */
...
...
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