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: 2007-09-27 08:37:17
Message-ID: 46FB6BBD.1080604@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-09-27 12:17:17 SVN Commit by dpage: r6681 - in trunk/pgadmin3/pgadmin: debugger frm
Previous Message svn 2007-09-27 08:36:38 SVN Commit by dpage: r6680 - trunk/pgadmin3/pgadmin/db