pgsql: Back-patch creation of tar.bz2 tarball during "make dist".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch creation of tar.bz2 tarball during "make dist".
Date: 2011-07-03 20:41:00
Message-ID: E1QdTTQ-0000z3-MN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Back-patch creation of tar.bz2 tarball during "make dist".

Since commit a4d03bbcdaf7739d7e9073ee76bb186f68ddc163, "make dist" has
built both gzip- and bzip2-compressed tarballs. However, this was
pretty useless, because our tarball build script didn't know about it
and proceeded to overwrite the bz2 file with new data. Back-patch the
change to all active branches, so that creation of the tar.bz2 file
can be removed from the build script.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fcc4a20dd0be2342d35cfa2bad82af22d5169c20

Modified Files
--------------
GNUmakefile.in | 8 +++++---
src/Makefile.global.in | 4 ++--
2 files changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-07-03 21:24:27 Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.
Previous Message Simon Riggs 2011-07-03 20:07:40 Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID