Обсуждение: The smallest patch (vacuumdb.c)

Поиск
Список
Период
Сортировка

The smallest patch (vacuumdb.c)

От
Josh Berkus
Дата:
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

Вложения

Re: The smallest patch (vacuumdb.c)

От
Josh Berkus
Дата:
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

Вложения

Re: The smallest patch (vacuumdb.c)

От
Tom Lane
Дата:
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