Viewing data of a zero-column table gives an assertion failure

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Viewing data of a zero-column table gives an assertion failure
Дата
Msg-id 46FAD51C.20207@enterprisedb.com
обсуждение исходный текст
Ответы Re: Viewing data of a zero-column table gives an assertion failure  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Viewing data of a table with zero columns triggers this assertion:

./db/pgSet.cpp(222): assert "col < nCols && col >= 0" failed in
GetVal(). [in child thread]

To reproduce, create a table with no columns, and click "View Data" ->
"First 100 rows".

This is with an up-to-date SVN checkout.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: A bunch of minor issues
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Patch to enable/disable rule on a table