pgsql/src/backend/utils/misc database.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils/misc database.c
Дата
Msg-id 200101142221.f0EML5p67041@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/14 17:21:05

Modified files:
    src/backend/utils/misc: database.c

Log message:
    Another go-round on making GetRawDatabaseInfo behave as well as it can,
    given the fundamental restriction of not looking at transaction commit
    data in pg_log.  Use code that is actually based on tqual.c rather than
    ad-hoc tests.  Also write the tuple fetch loop using standard access
    macros rather than ad-hoc code.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/catalog pg_attribute.h
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/init postinit.c