We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4720ad5 commitb1261bdCopy full SHA for b1261bd
src/interfaces/ecpg/compatlib/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.46 2010/01/02 16:58:10 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.47 2010/07/12 16:18:44 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
16
NAME= ecpg_compat
17
SO_MAJOR_VERSION= 3
18
-SO_MINOR_VERSION=2
+SO_MINOR_VERSION=3
19
20
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
21
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils$(CPPFLAGS)
src/interfaces/ecpg/ecpglib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.66 2010/01/05 16:38:23 meskes Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.67 2010/07/12 16:18:44 momjian Exp $
NAME= ecpg
SO_MAJOR_VERSION= 6
-I$(libpq_srcdir) -I$(top_builddir)/src/port$(CPPFLAGS)
src/interfaces/ecpg/pgtypeslib/Makefile
-# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.46 2010/01/02 16:58:11 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.47 2010/07/12 16:18:44 momjian Exp $
NAME= pgtypes
-SO_MINOR_VERSION=1
+SO_MINOR_VERSION=2
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir)$(CPPFLAGS)
src/interfaces/ecpg/preproc/Makefile
@@ -4,7 +4,7 @@
4
# Copyright (c) 1998-2010, PostgreSQL Global Development Group
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.150 2010/07/0518:54:38 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.151 2010/07/12 16:18:44 momjian Exp $
@@ -16,7 +16,7 @@ top_builddir = ../../../..
include$(top_builddir)/src/Makefile.global
MAJOR_VERSION= 4
-MINOR_VERSION=6
+MINOR_VERSION=7
PATCHLEVEL=0
22
src/interfaces/libpq/Makefile
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.177 2010/01/02 16:58:11 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.178 2010/07/12 16:18:44 momjian Exp $
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION=3
+SO_MINOR_VERSION=4
overrideCPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
23
ifneq ($(PORTNAME), win32)