Re: Viewing data of a zero-column table gives an assertion failure
- From: Dave Page <dpage(at)postgresql(dot)org>
- To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
- Cc: pgadmin-hackers(at)postgresql(dot)org
- Subject: Re: Viewing data of a zero-column table gives an assertion failure
- Date: Thu, 27 Sep 2007 09:37:17 +0100
- Message-id: <46FB6BBD.1080604@postgresql.org> <text/plain>
Heikki Linnakangas wrote:
> 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.
Thanks, fixed in SVN.
/D
Home |
Main Index |
Thread Index