pgsql: Fix several oversights in previous commit - attribute options

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix several oversights in previous commit - attribute options
Date: 2010-01-22 16:42:31
Message-ID: 20100122164231.4274A7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-01-22 17:13:02 Re: [COMMITTERS] pgsql: Replace ALTER TABLE ...
Previous Message Robert Haas 2010-01-22 16:40:19 pgsql: Replace ALTER TABLE ...