Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ad8d6d06
Commit
ad8d6d06
authored
10 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
Author: Erik Rijkers <er@xs4all.nl>
parent
40f42d2a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/func.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/func.sgml
src/backend/replication/logical/origin.c
+1
-1
1 addition, 1 deletion
src/backend/replication/logical/origin.c
with
2 additions
and
2 deletions
doc/src/sgml/func.sgml
+
1
−
1
View file @
ad8d6d06
...
@@ -17054,7 +17054,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
...
@@ -17054,7 +17054,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<parameter>internal_id</parameter> <type>oid</type>
<parameter>internal_id</parameter> <type>oid</type>
</entry>
</entry>
<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.
name, and create an internal id for it.
</entry>
</entry>
</row>
</row>
...
...
This diff is collapsed.
Click to expand it.
src/backend/replication/logical/origin.c
+
1
−
1
View file @
ad8d6d06
...
@@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
...
@@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record)
* that originated at the LSN remote_commit on the remote node was replayed
* 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
* 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
* setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we
* won't loose knowledge about that after a crash if the
the
transaction had a
* won't loose knowledge about that after a crash if the transaction had a
* persistent effect (think of asynchronous commits).
* persistent effect (think of asynchronous commits).
*
*
* local_commit needs to be a local LSN of the commit so that we can make sure
* local_commit needs to be a local LSN of the commit so that we can make sure
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment