pgsql: Fix several oversights in previous commit - attribute options - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Fix several oversights in previous commit - attribute options
Date
Msg-id 20100122164231.4274A7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix several oversights in previous commit - attribute options patch.

I failed to 'cvs add' the new files and also neglected to bump catversion.

Modified Files:
--------------
    pgsql/src/include/catalog:
        catversion.h (r1.577 -> r1.578)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.577&r2=1.578)

Added Files:
-----------
    pgsql/src/backend/utils/cache:
        attoptcache.c (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/attoptcache.c?rev=1.1&content-type=text/x-cvsweb-markup)
    pgsql/src/include/utils:
        attoptcache.h (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/attoptcache.h?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Replace ALTER TABLE ...
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Fix mismatched tags introduced by attribute options patch.