Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
87cc5af7
Commit
87cc5af7
authored
Feb 13, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump minor library version numbers for 8.4.
parent
c28d1b9e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/compatlib/Makefile
+2
-2
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
+2
-2
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
+2
-2
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/Makefile
+2
-2
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
No files found.
src/interfaces/ecpg/compatlib/Makefile
View file @
87cc5af7
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.3
7 2008/01/01 19:45:59
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.3
8 2008/02/13 18:14:46
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg_compat
NAME
=
ecpg_compat
SO_MAJOR_VERSION
=
3
SO_MAJOR_VERSION
=
3
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
DLTYPE
=
library
DLTYPE
=
library
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/ecpg/ecpglib/Makefile
View file @
87cc5af7
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.5
4 2008/01/01 19:45:59
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.5
5 2008/02/13 18:14:46
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg
NAME
=
ecpg
SO_MAJOR_VERSION
=
6
SO_MAJOR_VERSION
=
6
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
DLTYPE
=
library
DLTYPE
=
library
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/ecpg/pgtypeslib/Makefile
View file @
87cc5af7
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.
39 2008/01/01 19:45:59
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.
40 2008/02/13 18:14:46
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
pgtypes
NAME
=
pgtypes
SO_MAJOR_VERSION
=
3
SO_MAJOR_VERSION
=
3
SO_MINOR_VERSION
=
0
SO_MINOR_VERSION
=
1
DLTYPE
=
library
DLTYPE
=
library
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/ecpg/preproc/Makefile
View file @
87cc5af7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
#
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.13
0 2008/01/01 19:45:59
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.13
1 2008/02/13 18:14:46
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ top_builddir = ../../../..
...
@@ -14,7 +14,7 @@ top_builddir = ../../../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
MAJOR_VERSION
=
4
MAJOR_VERSION
=
4
MINOR_VERSION
=
4
MINOR_VERSION
=
5
PATCHLEVEL
=
0
PATCHLEVEL
=
0
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
...
...
src/interfaces/libpq/Makefile
View file @
87cc5af7
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.1
59 2008/01/01 19:46:00
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.1
60 2008/02/13 18:14:46
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
...
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
# shared library parameters
NAME
=
pq
NAME
=
pq
SO_MAJOR_VERSION
=
5
SO_MAJOR_VERSION
=
5
SO_MINOR_VERSION
=
1
SO_MINOR_VERSION
=
2
DLTYPE
=
library
DLTYPE
=
library
override CPPFLAGS
:
= -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
override CPPFLAGS
:
= -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment