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
76dbb461
Commit
76dbb461
authored
Mar 17, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protocol documentation for Hot Standby feedback messages.
parent
02b1f84e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
3 deletions
+60
-3
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+60
-3
No files found.
doc/src/sgml/protocol.sgml
View file @
76dbb461
...
...
@@ -1471,9 +1471,9 @@ The commands accepted in walsender mode are:
</para>
<para>
The receiving process can send
a status update back to the sender at
any time, using the following message format (also in the payload of
a
CopyData message):
The receiving process can send
replies back to the sender at any time,
using one of the following message formats (also in the payload of a
CopyData message):
</para>
<para>
...
...
@@ -1545,6 +1545,63 @@ The commands accepted in walsender mode are:
</varlistentry>
</variablelist>
</para>
<para>
<variablelist>
<varlistentry>
<term>
Hot Standby feedback message (F)
</term>
<listitem>
<para>
<variablelist>
<varlistentry>
<term>
Byte1('h')
</term>
<listitem>
<para>
Identifies the message as a Hot Standby feedback message.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Byte8
</term>
<listitem>
<para>
The server's system clock at the time of transmission,
given in TimestampTz format.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Byte4
</term>
<listitem>
<para>
The standby's current xmin.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Byte4
</term>
<listitem>
<para>
The standby's current epoch.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</listitem>
</varlistentry>
...
...
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