From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Unruly rules |
Date: | 2000-10-01 23:43:51 |
Message-ID: | 9083.970443831@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> The backend process hangs in this loop:
> | foreach(temp, rangetable)
> Somewhere a list pointer needs to be advanced there.
What? foreach() does advance the pointer. The only way this can be
an infinite loop is if the rangetable list is circular.
I wouldn't rank that as out of the question, considering the enthusiasm
with which the rules code munges range lists, but I still don't see it
happening here. Is anyone else seeing regression failures with current
sources?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-10-02 03:25:45 | Re: [ANNOUNCE] Announce: Release of PyGreSQL version 3.0 |
Previous Message | Ralf Tschiersch | 2000-10-01 22:59:48 | pg_log deleted, still help needed (2) |