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

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.