pgsql-server/src include/catalog/indexing.h in ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src include/catalog/indexing.h in ...
Date
Msg-id 20021018203357.AC096476141@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/scripts Makefile
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/adt pg_locale.c