pgsql: Fix several oversights in previous commit - attribute options

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Fix several oversights in previous commit - attribute options
Дата
Msg-id 20100122164231.4274A7541B9@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Replace ALTER TABLE ...
Следующее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Fix mismatched tags introduced by attribute options patch.