pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ... - Mailing list pgsql-committers

From [email protected] (Tatsuo Ishii)
Subject pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    02/05/13 22:08:22

Modified files:
    src/bin/psql   : Tag: REL7_2_STABLE startup.c
    src/bin/pg_dump: Tag: REL7_2_STABLE pg_dump.c

Log message:
    Fix bug in pg_dump and psql (to reproduce the bug, just try pg_dump
    --nonexistingoption).

    per report from [email protected] on Thu, 09 May 2002 11:57:51 +0900
    (JST) at pgsql-patches list.

    Illegal long options to pg_dump makes core on some systems, since it
    lacks the last null sentinel of struct option array.

    Attached is a patch made by Mr. Ishida Akio <[email protected]>.


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql/src/backend/nodes copyfuncs.c
Next
From: [email protected] (Barry Lind)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...