pgsql: The CONSTROID syscache should show conrelid as a relation OID

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: The CONSTROID syscache should show conrelid as a relation OID
Дата
Msg-id 20080507014604.6D0ED7559DA@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
The CONSTROID syscache should show conrelid as a relation OID column.
Not clear that there's any observable bug at present from this omission,
but it seems like something to fix going forward.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        syscache.c (r1.114 -> r1.115)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/syscache.c?r1=1.114&r2=1.115)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Convert the list of syscache names from a series of #define's
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Have boolean pset values checked against typical boolean values,