The smallest patch (vacuumdb.c)
Folks,
Looks like someone accidentally deleted the -Z option from vacuumdb.
Patch attached, one character. ;-)
(thanks Gabrielle, and Jan Urbanski)
--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com
Attachments:
vacuumdb_Z_patchtext/plain; name=vacuumdb_Z_patch; x-mac-creator=0; x-mac-type=0Download+2-2
On 6/11/10 3:44 PM, Josh Berkus wrote:
Folks,
Looks like someone accidentally deleted the -Z option from vacuumdb.
Patch attached, one character. ;-)
Make that 3 characters; Jan pointed out that we ought to have the
command-string in the same order as the switch options.
--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com
Attachments:
vacuumdb_Z_patchtext/plain; name=vacuumdb_Z_patch; x-mac-creator=0; x-mac-type=0Download+2-2
Josh Berkus <josh@agliodbs.com> writes:
Looks like someone accidentally deleted the -Z option from vacuumdb.
Forgot to add it in the first place, looks like.
Patch attached, one character. ;-)
Make that 3 characters; Jan pointed out that we ought to have the
command-string in the same order as the switch options.
Applied.
regards, tom lane