pgsql: Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new
Date
Msg-id 20081230035919.EC1367549FF@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled
field needs to be included in equalRuleLocks() comparisons, else updates
will fail to propagate into relcache entries when they have positive
reference count (ie someone is using the relcache entry).
Per report from Alex Hunsaker.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.278 -> r1.279)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.278&r2=1.279)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix thinko in documentation of default window frame behavior, per
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new