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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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.