pgsql-server/src include/catalog/indexing.h in ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src include/catalog/indexing.h in ...
Дата
Msg-id 20021018203357.AC096476141@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/10/18 16:33:57

Modified files:
    src/include/catalog: indexing.h
    src/include    : postgres.h
    src/pl/plperl  : ppport.h

Log message:
    Make 'dummy' declarations in header files be 'extern int no_such_variable'
    instead of 'extern int errno'; the latter is unsafe according to the
    ANSI C standard, as well as in practice on some platforms.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/scripts Makefile
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/utils/adt pg_locale.c