getopt_long patch for pg_dump and psql

From: sugita(at)sra(dot)co(dot)jp
To: pgsql-patches(at)postgresql(dot)org
Subject: getopt_long patch for pg_dump and psql
Date: 2002-05-09 02:57:51
Message-ID: 20020509.115751.71107244.sugita@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
unknown_filename text/plain 1.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-05-09 17:45:09 troubleshooting pointers
Previous Message Rod Taylor 2002-05-09 02:07:13 pg_depend patch