]> granicus.if.org Git - postgresql/commit
Revert addition of "o" to tar options. This was intended to fix bug #4883, REL8_4_0
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Jun 2009 21:06:46 +0000 (21:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Jun 2009 21:06:46 +0000 (21:06 +0000)
commit4d53a2f9699547bdc12831d2860c9d44c465e805
treef92c73ecced3600574ce7345a3452ad5a3a68656
parent41f467f3437af7d66a81f90cfdc2fa45399ad2a5
Revert addition of "o" to tar options.  This was intended to fix bug #4883,
but the cure appears to be worse than the disease.  It turns out that GNU
tar versions 1.14.x misinterpret -o as --same-owner, not --no-same-owner,
leading to exactly the wrong behavior for both root and nonroot users.
While that bug has been fixed for nearly five years, these tar versions
are still found in the wild, notably in OS X 10.4.  Given that #4883 was
the first complaint we'd heard, it's definitely not worth fixing at the
risk of breaking things for other users.  Perhaps revisit at a later date
when we're not up against a release deadline.
doc/Makefile