Fix bug in psql.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 14 May 2002 04:20:15 +0000 (04:20 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 14 May 2002 04:20:15 +0000 (04:20 +0000)
commit37bf3bf57e2362faa2cf25917e9ab498bb395dbc
treeadc9a8e2ebd10245bfbb611fda5c456aced2e490
parent58c9f0bb23acafe643c8729475d1312ba1b105ad
Fix bug in psql.

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>.
src/bin/psql/startup.c