pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ...

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin psql/Tag: psql/REL7_2_STABLE psq ...
Date: 2002-05-14 02:08:22
Message-ID: 20020514020822.C0539475A79@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: ishii(at)postgresql(dot)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(at)sra(dot)co(dot)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(at)pjam(dot)jpweb(dot)net>.

Browse pgsql-committers by date

  From Date Subject
Next Message Barry Lind 2002-05-14 03:00:35 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Tom Lane 2002-05-13 20:39:43 pgsql/src/backend/nodes copyfuncs.c