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
fe811ae8
Commit
fe811ae8
authored
Aug 31, 2012
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in README.
parent
e5db11c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/backend/replication/README
src/backend/replication/README
+3
-3
No files found.
src/backend/replication/README
View file @
fe811ae8
...
@@ -36,7 +36,7 @@ Disconnect.
...
@@ -36,7 +36,7 @@ Disconnect.
This API should be considered internal at the moment, but we could open it
This API should be considered internal at the moment, but we could open it
up for 3rd party replacements of libpqwalreceiver in the future, allowing
up for 3rd party replacements of libpqwalreceiver in the future, allowing
pluggable methods for receiv
e
ing WAL.
pluggable methods for receiving WAL.
Walreceiver IPC
Walreceiver IPC
---------------
---------------
...
@@ -55,7 +55,7 @@ it to disk (in pg_xlog), it updates WalRcvData->receivedUpto and signals
...
@@ -55,7 +55,7 @@ it to disk (in pg_xlog), it updates WalRcvData->receivedUpto and signals
the startup process to know how far WAL replay can advance.
the startup process to know how far WAL replay can advance.
Walreceiver sends information about replication progress to the master server
Walreceiver sends information about replication progress to the master server
whenever
either it
writes or flushes new WAL, or the specified interval elapses.
whenever
it either
writes or flushes new WAL, or the specified interval elapses.
This is used for reporting purpose.
This is used for reporting purpose.
Walsender IPC
Walsender IPC
...
@@ -83,7 +83,7 @@ backends.
...
@@ -83,7 +83,7 @@ backends.
Note that no big harm is done if postmaster thinks that a walsender is a
Note that no big harm is done if postmaster thinks that a walsender is a
regular backend; it will just terminate the walsender earlier in the shutdown
regular backend; it will just terminate the walsender earlier in the shutdown
phase. A walsender
s will look like a regular backends
until it's done with the
phase. A walsender
will look like a regular backend
until it's done with the
initialization and has marked itself in PMSignal array, and at process
initialization and has marked itself in PMSignal array, and at process
termination, after unmarking the PMSignal slot.
termination, after unmarking the PMSignal slot.
...
...
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