pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Adjust pg_cast.h so that the OIDs assigned to built-in casts come
Дата
Msg-id 20050412194544.09D67533CC@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust pg_cast.h so that the OIDs assigned to built-in casts come from
genbki.sh's pool (10000-16383) instead of being run-time assigned by
heap_insert.  Might as well use the pool as long as it's there ...
I was a bit bemused to realize that it hadn't been in use at all since 7.2.

initdb not forced since this doesn't really affect anything.  The OIDs
of casts and system indexes will change next time you do one, though.

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_cast.h (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_cast.h.diff?r1=1.18&r2=1.19)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove unnecessary UPDATE commands to assign explicit ACLs to
Следующее
От: dfetter@pgfoundry.org (User Dfetter)
Дата:
Сообщение: dbi-link - dbi-link: Fixed wrong table alias and removed extra