Make 'dummy' declarations in header files be 'extern int no_such_variable'
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Oct 2002 20:33:57 +0000 (20:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Oct 2002 20:33:57 +0000 (20:33 +0000)
commit6c06bc2644a7684edd062f46c8a1bb7c610a9359
treed7edbb343521da38fd29dfa62457993f427b8c84
parentdad34ba5679d7a141e0d7a6802394330a572652e
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.
src/include/catalog/indexing.h
src/include/postgres.h
src/pl/plperl/ppport.h