]> granicus.if.org Git - postgresql/commit
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)
commitcd61650f89a4de6728f4fd61b5f349a33be62497
treef44e60cc6423f5b19a4d97775c36efcfad57e748
parente25c93c7eb4a9a1a50b771cc33448b9d3519f403
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