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

Commit81fca31

Browse files
committed
Document that tar archives are now properly terminated.
Commit5a1007a changed the serverbehavior, but I didn't notice that the existing behavior wasdocumented, and therefore did not update the documentation.This commit does that.I chose to mention that the behavior has changed rather than justremoving the reference to a deviation from a standard. It seemedlike that might be helpful to tool authors.Discussion:http://postgr.es/m/CA+TgmoaYZbz0=Yk797aOJwkGJC-LK3iXn+wzzMx7KdwNpZhS5g@mail.gmail.com
1 parent018b800 commit81fca31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/protocol.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,8 +2809,10 @@ The commands accepted in replication mode are:
28092809
than <literal>pg_default</literal> and <literal>pg_global</literal>. The data in
28102810
the CopyOutResponse results will be a tar format (following the
28112811
<quote>ustar interchange format</quote> specified in the POSIX 1003.1-2008
2812-
standard) dump of the tablespace contents, except that the two trailing
2813-
blocks of zeroes specified in the standard are omitted.
2812+
standard) dump of the tablespace contents. Prior to
2813+
<literal>PostgreSQL</literal> 15, the server omitted the two trailing
2814+
blocks of zeroes specified in the standard, but this is no longer the
2815+
case.
28142816
After the tar data is complete, and if a backup manifest was requested,
28152817
another CopyOutResponse result is sent, containing the manifest data for the
28162818
current base backup. In any case, a final ordinary result set will be

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp