pgsql/src/include/catalog pg_attribute.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/catalog pg_attribute.h
Дата
Msg-id 200101142217.f0EMHMF66703@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/14 17:17:22

Modified files:
    src/include/catalog: pg_attribute.h

Log message:
    pg_database's datpath column must not be marked toastable, because
    GetRawDatabaseInfo() won't cope with a compressed path spec (much less
    a moved-off one).  I'm not going to force an initdb for this change,
    because it's noncritical --- we're not actually using datpath at all
    right now.  But it seems a good idea to apply the fix while I'm thinking
    about it.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/commands dbcommands.c
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/misc database.c