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
57b7e83b
Commit
57b7e83b
authored
May 23, 2014
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misc typos in comments.
parent
11ad3b35
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/backend/replication/logical/logical.c
src/backend/replication/logical/logical.c
+3
-3
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/procarray.c
+1
-1
No files found.
src/backend/replication/logical/logical.c
View file @
57b7e83b
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
* one to prepare a data write, and a final one for actually writing since
* one to prepare a data write, and a final one for actually writing since
* their implementation depends on the type of consumer. Check
* their implementation depends on the type of consumer. Check
* logicalfuncs.c for an example implementation of a fairly simple consumer
* logicalfuncs.c for an example implementation of a fairly simple consumer
* and a implementation of a WAL reading callback that's suitable for
* and a
n
implementation of a WAL reading callback that's suitable for
* simple consumers.
* simple consumers.
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -291,7 +291,7 @@ CreateInitDecodingContext(char *plugin,
...
@@ -291,7 +291,7 @@ CreateInitDecodingContext(char *plugin,
* decoding from, to avoid starting from a running xacts record referring
* decoding from, to avoid starting from a running xacts record referring
* to xids whose rows have been vacuumed or pruned
* to xids whose rows have been vacuumed or pruned
* already. GetOldestSafeDecodingTransactionId() returns such a value, but
* already. GetOldestSafeDecodingTransactionId() returns such a value, but
* without further interlock it
'
s return value might immediately be out of
* without further interlock its return value might immediately be out of
* date.
* date.
*
*
* So we have to acquire the ProcArrayLock to prevent computation of new
* So we have to acquire the ProcArrayLock to prevent computation of new
...
@@ -772,7 +772,7 @@ LogicalIncreaseXminForSlot(XLogRecPtr current_lsn, TransactionId xmin)
...
@@ -772,7 +772,7 @@ LogicalIncreaseXminForSlot(XLogRecPtr current_lsn, TransactionId xmin)
* Mark the minimal LSN (restart_lsn) we need to read to replay all
* Mark the minimal LSN (restart_lsn) we need to read to replay all
* transactions that have not yet committed at current_lsn.
* transactions that have not yet committed at current_lsn.
*
*
* Just like IncreaseRestartDecodingForSlot this nly takes effect when the
* Just like IncreaseRestartDecodingForSlot this
o
nly takes effect when the
* client has confirmed to have received current_lsn.
* client has confirmed to have received current_lsn.
*/
*/
void
void
...
...
src/backend/storage/ipc/procarray.c
View file @
57b7e83b
...
@@ -1928,7 +1928,7 @@ GetOldestActiveTransactionId(void)
...
@@ -1928,7 +1928,7 @@ GetOldestActiveTransactionId(void)
* much more conservative than what really has been affected by vacuum, but we
* much more conservative than what really has been affected by vacuum, but we
* currently don't have better data available.
* currently don't have better data available.
*
*
* This is useful to initalize the cutoff xid after which a new changeset
* This is useful to init
i
alize the cutoff xid after which a new changeset
* extraction replication slot can start decoding changes.
* extraction replication slot can start decoding changes.
*
*
* Must be called with ProcArrayLock held either shared or exclusively,
* Must be called with ProcArrayLock held either shared or exclusively,
...
...
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