Segmentation fault of psql unset

Started by Kenji Sugitaover 24 years ago2 messagespatches
Jump to latest
#1Kenji Sugita
sugita@sra.co.jp

Attached is a patch for following fault.

$ psql
test=# \unset
\unset: missing required argument
Segmentation fault
$

Attachments:

psql-unset-noarg.patchtext/plain; charset=us-asciiDownload+1-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kenji Sugita (#1)
Re: Segmentation fault of psql unset

sugita@sra.co.jp writes:

Attached is a patch for following fault.

$ psql
test=# \unset
\unset: missing required argument
Segmentation fault

Good catch! Patch applied.

regards, tom lane