postgresql/src/interfaces
Heikki Linnakangas 30e8b3e58e In ecpg preprocessor, don't try to look up constants in the test for
variable hiding. A constant is not a variable. It worked in most cases by
accident, because we add constants to the global list of variables (why?),
but float constants like 1.23 were interpreted as struct field references,
and not found.

Backpatch to 9.0, where the test for variable hiding was added.
2011-03-11 17:27:57 +02:00
..
ecpg In ecpg preprocessor, don't try to look up constants in the test for 2011-03-11 17:27:57 +02:00
libpq Add missing "static" marker to internal_ping(). 2011-03-06 20:04:29 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00