postgresql/src/interfaces
Heikki Linnakangas 2f418e8a17 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:23:31 +02:00
..
ecpg In ecpg preprocessor, don't try to look up constants in the test for 2011-03-11 17:23:31 +02:00
libpq In initialize_SSL, don't fail unnecessarily when home dir is unavailable. 2011-03-04 11:39:14 -05:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00