Re: Viewing data of a zero-column table gives an assertion failure - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Viewing data of a zero-column table gives an assertion failure
Date
Msg-id 46FB6BBD.1080604@postgresql.org
Whole thread Raw
In response to Viewing data of a zero-column table gives an assertion failure  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgadmin-hackers
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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6680 - trunk/pgadmin3/pgadmin/db
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6681 - in trunk/pgadmin3/pgadmin: debugger frm