Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76dbb46

Browse files
committed
Protocol documentation for Hot Standby feedback messages.
1 parent02b1f84 commit76dbb46

File tree

1 file changed

+60
-3
lines changed

1 file changed

+60
-3
lines changed

‎doc/src/sgml/protocol.sgml

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,9 +1471,9 @@ The commands accepted in walsender mode are:
14711471
</para>
14721472

14731473
<para>
1474-
The receiving process can senda status updateback to the sender at
1475-
any time, using the following messageformat (also in the payload of
1476-
aCopyData message):
1474+
The receiving process can sendrepliesback to the sender at any time,
1475+
using one of the following messageformats (also in the payload of a
1476+
CopyData message):
14771477
</para>
14781478

14791479
<para>
@@ -1545,6 +1545,63 @@ The commands accepted in walsender mode are:
15451545
</varlistentry>
15461546
</variablelist>
15471547
</para>
1548+
1549+
<para>
1550+
<variablelist>
1551+
<varlistentry>
1552+
<term>
1553+
Hot Standby feedback message (F)
1554+
</term>
1555+
<listitem>
1556+
<para>
1557+
<variablelist>
1558+
<varlistentry>
1559+
<term>
1560+
Byte1('h')
1561+
</term>
1562+
<listitem>
1563+
<para>
1564+
Identifies the message as a Hot Standby feedback message.
1565+
</para>
1566+
</listitem>
1567+
</varlistentry>
1568+
<varlistentry>
1569+
<term>
1570+
Byte8
1571+
</term>
1572+
<listitem>
1573+
<para>
1574+
The server's system clock at the time of transmission,
1575+
given in TimestampTz format.
1576+
</para>
1577+
</listitem>
1578+
</varlistentry>
1579+
<varlistentry>
1580+
<term>
1581+
Byte4
1582+
</term>
1583+
<listitem>
1584+
<para>
1585+
The standby's current xmin.
1586+
</para>
1587+
</listitem>
1588+
</varlistentry>
1589+
<varlistentry>
1590+
<term>
1591+
Byte4
1592+
</term>
1593+
<listitem>
1594+
<para>
1595+
The standby's current epoch.
1596+
</para>
1597+
</listitem>
1598+
</varlistentry>
1599+
</variablelist>
1600+
</para>
1601+
</listitem>
1602+
</varlistentry>
1603+
</variablelist>
1604+
</para>
15481605
</listitem>
15491606
</varlistentry>
15501607

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp