Re: ERROR: tuplestore_gettuple: invalid state

From: Joe Conway <mail(at)joeconway(dot)com>
To: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: ERROR: tuplestore_gettuple: invalid state
Date: 2003-06-27 23:21:14
Message-ID: 3EFCD16A.6080606@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Nabil Sayegh wrote:
> Any idea what
>
> ERROR: tuplestore_gettuple: invalid state
>
> could mean ?
>
> I took the tablefunc from 7.3.3 and installed it on a 7.3.2 system.
>

The message itself comes from tuplestore_gettuple(), which isn't even
originated from within tablefunc.so. See
src/backend/utils/sort/tuplestore.c about half way down the file.

I don't see any changes between 7.3.2 and 7.3.3 that would cause that,
but I'd guess you should recompile contrib/tablefunc in a 7.3.2 source
tree.

Joe

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joe Conway 2003-06-27 23:26:56 Re: connectby_reverselookup()
Previous Message Rory Campbell-Lange 2003-06-27 22:21:12 Re: SELECT too complex?