Thread: Segmentation fault in psql

Segmentation fault in psql

From
pgsql-bugs@postgresql.org
Date:
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

Re: Segmentation fault in psql

From
Tom Lane
Date:
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