pgsql: Revert my ill-considered change that made formrdesc not insert

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Revert my ill-considered change that made formrdesc not insert
Дата
Msg-id 20090926230822.F216B753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Revert my ill-considered change that made formrdesc not insert the correct
relation rowtype OID into the relcache entries it builds.  This ensures
that catcache copies of the relation tupdescs will be fully correct.
While the deficiency doesn't seem to have any effect in the current
sources, we have been bitten by not-quite-right catcache tupdescs before,
so it seems like a good idea to maintain the rule that they should be right.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        relcache.c (r1.291 -> r1.292)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.291&r2=1.292)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Extend the BKI infrastructure to allow system catalogs to be
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Hmm, seems a lot of the buildfarm is running versions of awk that