Re: stumped on view/rule/delete problem.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pete Leonard <pete(at)hero(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: stumped on view/rule/delete problem.
Date: 2001-06-12 07:24:05
Message-ID: 8028.992330645@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pete Leonard <pete(at)hero(dot)com> writes:
> running the command
> delete from foobar where id=1;
> causes the DB to hang. only way out is an immediate restart of the DB.

Confirmed here ... looks like you've uncovered a bug, probably in the
rule rewriter.

I got as far as determining that the query's rangetable list seems to
have been partly freed, and ran out of steam. Will look at it tomorrow
unless someone else finds the problem sooner.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nikola Milutinovic 2001-06-12 09:01:49 PostgreSQL problem with functions
Previous Message Tom Lane 2001-06-12 07:10:44 Re: pg_dumpall anomaly