Re: tar-related code in PostgreSQL
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-04-27T18:07:47Z
Lists: pgsql-hackers
On Fri, Apr 24, 2020 at 12:27 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > Bleah. Whether or not the nearest copy of tar happens to spit up on > that, it's a clear violation of the POSIX standard for tar files. > I'd vote for back-patching your 0001. Done. > I'd lean mildly to holding 0002 until after we branch. It probably > won't break anything, but it probably won't fix anything either. True. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Assorted cleanup of tar-related code.
- 2961c9711c17 14.0 landed
-
Fix bogus tar-file padding logic for standby.signal.
- a08bfe742492 12.3 landed
- 0278d3f79a30 13.0 landed
-
Integrate recovery.conf into postgresql.conf
- 2dedf4d9a899 12.0 cited