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

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ...
Date
Msg-id 20020514020822.C0539475A79@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    ishii@postgresql.org    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 sugita@sra.co.jp 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 <iakio@pjam.jpweb.net>.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/nodes copyfuncs.c
Next
From: barry@postgresql.org (Barry Lind)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...