Segmentation fault in psql

Started by PostgreSQL Bugs Listalmost 25 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Paul Mamin (magamos@mail.ru) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
Segmentation fault in psql

Long Description
$ psql
Welcome to psql, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

sql-# \a?
Output format is aligned.
\a: extra argument '?' ignored
Segmentation fault
$ psql

Sample Code

No file was uploaded with this report

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Segmentation fault in psql

pgsql-bugs@postgresql.org writes:

sql-# \a?
Output format is aligned.
\a: extra argument '?' ignored
Segmentation fault
$ psql

7.1.1? If so, this is a minor bug that slipped into psql for about two
days at just the wrong time :-(. Update to 7.1.2.

regards, tom lane