Re: \dS and \df crashing psql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: \dS and \df crashing psql
Дата
Msg-id Pine.LNX.4.21.0005251236500.348-100000@localhost.localdomain
обсуждение исходный текст
Ответ на \dS and \df crashing psql  (Nishad PRAKASH <prakashn@uci.edu>)
Ответы Re: \dS and \df crashing psql  (Nishad PRAKASH <prakashn@uci.edu>)
Список pgsql-bugs
Nishad PRAKASH writes:

> In psql, when connected to template1 as the postgres superuser, the
> \df function complains about some memory allocation problem.

The \d series of psql commands are really just shortcuts for various SQL
queries to the system catalogs. Start psql with the -E option to see them.
Therefore it is unlikely that this behaviour is entirely localized at
these functions. Have you run the regression tests without problems?

> can=# \dS
> The connection to the server was lost. Attempting reset: Failed.

Can you show the server output. There's probably a segmentation fault or
failed assertion in the backend involved, which we'd need to see.

> !# \d
> You are currently not connected to a database.
> !# \c can
> No Postgres username specified in startup packet.
> Segmentation fault

That's certainly a psql problem. Can you show a backtrace from gdb?


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Travis Bauer
Дата:
Сообщение: Re: jdbc2 bug in absolute (ResultSet.java)
Следующее
От: Nishad PRAKASH
Дата:
Сообщение: Re: \dS and \df crashing psql