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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 41fd96928968c4e7ccececb3a3e013f2521bb6cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-03T20:40:37Z
Releases: 8.2.22
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.

Files

PathChange+/−
GNUmakefile.in modified +5 −3
src/Makefile.global.in modified +2 −2