Thread

  1. The smallest patch (vacuumdb.c)

    Josh Berkus <josh@agliodbs.com> — 2010-06-11T22:44:05Z

    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
    
  2. Re: The smallest patch (vacuumdb.c)

    Josh Berkus <josh@agliodbs.com> — 2010-06-11T22:54:17Z

    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
    
  3. Re: The smallest patch (vacuumdb.c)

    Tom Lane <tgl@sss.pgh.pa.us> — 2010-06-11T23:59:26Z

    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