pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions
Дата
Msg-id 20081220155128.2E2827563FE@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Log Message:
-----------
Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,
etc.  I think this will fix the current buildfarm issues ...

Modified Files:
--------------
    pgsql/src/backend/commands:
        foreigncmds.c (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/foreigncmds.c?r1=1.2&r2=1.3)

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

Предыдущее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: backed out buffer size change in PQputvf, set
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add missing semicolon, per buildfarm results.