Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
  • To: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Viewing data of a zero-column table gives an assertion failure
  • Date: Wed, 26 Sep 2007 22:54:36 +0100
  • Message-id: <46FAD51C.20207@enterprisedb.com> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group