mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Fix pg_basebackup/pg_receivexlog for floating point timestamps
Since the replication protocol deals with TimestampTz, we need to care for the floating point case as well in the frontend tools. Fujii Masao, with changes from Magnus Hagander
This commit is contained in:
@@ -338,8 +338,8 @@ PostgreSQL documentation
|
||||
Specifies the number of seconds between status packets sent back to the
|
||||
server. This is required when streaming the transaction log (using
|
||||
<literal>--xlog=stream</literal>) if replication timeout is configured
|
||||
on the server, and allows for easier monitoring. The default value is
|
||||
10 seconds.
|
||||
on the server, and allows for easier monitoring. A value of zero disables
|
||||
the status updates completely. The default value is 10 seconds.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@@ -129,8 +129,8 @@ PostgreSQL documentation
|
||||
<para>
|
||||
Specifies the number of seconds between status packets sent back to the
|
||||
server. This is required if replication timeout is configured on the
|
||||
server, and allows for easier monitoring. The default value is
|
||||
10 seconds.
|
||||
server, and allows for easier monitoring. A value of zero disables the
|
||||
status updates completely. The default value is 10 seconds.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user