The smallest patch (vacuumdb.c)

Started by Josh Berkusalmost 16 years ago3 messageshackers
Jump to latest
#1Josh Berkus
josh@agliodbs.com

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
#2Josh Berkus
josh@agliodbs.com
In reply to: Josh Berkus (#1)
Re: The smallest patch (vacuumdb.c)

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
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Josh Berkus (#2)
Re: The smallest patch (vacuumdb.c)

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