https://github.com/postgres/postgres
Revision dfa6eda5e44f1525aa6b142b8e252f5a79110ee6 authored by Tom Lane on 28 September 2012, 19:35:51 UTC, committed by Tom Lane on 28 September 2012, 19:35:51 UTC
Back-patch portions of commit 05b555d12bc2ad0d581f48a12b45174db41dc10d.
There doesn't seem to be any reason not to fix pg_basebackup fully, but
we can't change pg_dump's "magic" string without breaking older versions
of pg_restore.  Instead, just patch pg_restore to accept either version
of the magic string, in hopes of avoiding compatibility problems when
9.3 comes out.  I also fixed pg_dump to write the correct 2-block EOF
marker, since that won't create a compatibility problem with pg_restore
and it could help with some versions of tar.

Brian Weaver and Tom Lane
1 parent bc99397
History
Tip revision: dfa6eda5e44f1525aa6b142b8e252f5a79110ee6 authored by Tom Lane on 28 September 2012, 19:35:51 UTC
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tip revision: dfa6eda
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 360 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.3 KB
README.git -rw-r--r-- 820 bytes
aclocal.m4 -rw-r--r-- 385 bytes
configure -rwxr-xr-x 846.3 KB
configure.in -rw-r--r-- 62.1 KB

README

back to top