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

Started by Tatsuo Ishiiabout 24 years ago1 messagescomitters
Jump to latest
#1Tatsuo Ishii
ishii@postgresql.org

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>.