Re: ERROR: record "previousrec" is unassigned yet

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-bugs(at)daedalus(dot)co(dot)uk
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ERROR: record "previousrec" is unassigned yet
Date: 2003-10-04 16:31:26
Message-ID: 6440.1065285086@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

<pgsql-bugs(at)daedalus(dot)co(dot)uk> writes:
> However, when I try and pass a field from PreviousRec into another function
> that compares the fields and makes the entry to the new table, I get the
> following error:

> ERROR: record "previousrec" is unassigned yet

Works fine for me in 7.3.4 and 7.4beta. It looks like 7.3.1 and before
would have behaved the way you describe ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-10-04 16:45:48 Re: 7.4beta4: make check broken?
Previous Message pgsql-bugs 2003-10-04 14:03:56 ERROR: record "previousrec" is unassigned yet