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
ad8d6d06
Commit
ad8d6d06
authored
May 04, 2015
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
Author: Erik Rijkers <er@xs4all.nl>
parent
40f42d2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+1
-1
src/backend/replication/logical/origin.c
src/backend/replication/logical/origin.c
+1
-1
No files found.
doc/src/sgml/func.sgml
View file @
ad8d6d06
...
...
@@ -17054,7 +17054,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<parameter>
internal_id
</parameter>
<type>
oid
</type>
</entry>
<entry>
Create a replication origin with the
the
passed in external
Create a replication origin with the passed in external
name, and create an internal id for it.
</entry>
</row>
...
...
src/backend/replication/logical/origin.c
View file @
ad8d6d06
...
...
@@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
* that originated at the LSN remote_commit on the remote node was replayed
* successfully and that we don't need to do so again. In combination with
* setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we
* won't loose knowledge about that after a crash if the t
he t
ransaction had a
* won't loose knowledge about that after a crash if the transaction had a
* persistent effect (think of asynchronous commits).
*
* local_commit needs to be a local LSN of the commit so that we can make sure
...
...
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