headers rather than Postgres client headers; avoids problem
if libpq happens to be at a higher version than the
Postgres server itself.
Patch-By: Galen Charlton <gmc@esilibrary.com>
SED= @SED@
subdir=$(slony_subdir)
-override CPPFLAGS := -I${pgincludedir} -I${pgincludeserverdir} $(CPPFLAGS)
+override CPPFLAGS := -I${pgincludeserverdir} -I${pgincludedir} $(CPPFLAGS)
LDFLAGS = -L${pglibdir} -L${pgpkglibdir} -lpq @NLSLIB@
ifeq ($(GCC), yes)
#+OPTIONS: ^:{}
* Slony-I Release Notes
+** 2.1.1
+
+- Bug #246 :: Include path order changes
+
+** 2.1.0
** 2.1.0 RC 2
- Bug #236 :: Fix default formatting of timestamp in logs