Re: PG 7.1 pre-beta bug ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PG 7.1 pre-beta bug ...
Date: 2000-11-21 00:20:07
Message-ID: 15166.974766007@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Don Baccus <dhogaza(at)pacifier(dot)com> writes:
> All went well except for a handful of occurances of the following error:
> ERROR: SS_finalize_plan: plan shouldn't reference subplan's variable

Fixed, I believe. Your test case now gives

regression=# select user_group_add('group', 'shortname', 'prettyname', 'f');
ERROR: ExecAppend: Fail to add null value in not null attribute registration_date

but that's correct AFAICT, and 7.0.2 agrees...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-21 00:41:10 Re: [Fwd: Weird backup file]
Previous Message Mikheev, Vadim 2000-11-20 23:14:49 RE: Something screwy about OID assignment with WAL code