pgsql: Cope with circularities involving a view's ON SELECT rule. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Cope with circularities involving a view's ON SELECT rule.
Date
Msg-id 20041214221633.E4D953AA8CC@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cope with circularities involving a view's ON SELECT rule.  I originally
thought there couldn't be any, but the folly of this was exposed by an
example from andrew@supernews.com 5-Dec-2004.  The patch applies the
identical logic already used for table constraints and defaults to ON
SELECT rules, so I have reasonable confidence in it even though it might
look like complicated logic.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.395 -> r1.396)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.395&r2=1.396)
        pg_dump.h (r1.113 -> r1.114)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.h.diff?r1=1.113&r2=1.114)
        pg_dump_sort.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump_sort.c.diff?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: k0cka@pgfoundry.org (User K0cka)
Date:
Subject: press - pr: now for review
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: In 'make installcheck' for contrib/, insert 'sleep 1' between