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
5cdf45c6
Commit
5cdf45c6
authored
Dec 04, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stamp minor version numbers for 7.4 release.
parent
e3d7c9ba
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
15 deletions
+15
-15
src/interfaces/ecpg/lib/Makefile
src/interfaces/ecpg/lib/Makefile
+2
-2
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/Makefile
+2
-2
src/interfaces/libpgtcl/Makefile
src/interfaces/libpgtcl/Makefile
+2
-2
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
src/interfaces/libpq/libpq.rc
src/interfaces/libpq/libpq.rc
+4
-4
src/interfaces/python/GNUmakefile
src/interfaces/python/GNUmakefile
+3
-3
No files found.
src/interfaces/ecpg/lib/Makefile
View file @
5cdf45c6
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.1
6 2002/03/11 12:55:55 meskes
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.1
7 2002/12/04 18:14:11 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
NAME
=
ecpg
SO_MAJOR_VERSION
=
3
SO_MINOR_VERSION
=
4.
0
SO_MINOR_VERSION
=
4.
1
override CPPFLAGS
:
= -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
...
...
src/interfaces/ecpg/preproc/Makefile
View file @
5cdf45c6
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.8
8 2002/11/01 22:52:33 tgl
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.8
9 2002/12/04 18:14:11 momjian
Exp $
subdir
=
src/interfaces/ecpg/preproc
top_builddir
=
../../../..
include
$(top_builddir)/src/Makefile.global
MAJOR_VERSION
=
2
MINOR_VERSION
=
1
0
MINOR_VERSION
=
1
1
PATCHLEVEL
=
0
override CPPFLAGS
:
= -I$(srcdir)/../include -I$(srcdir) $(CPPFLAGS)
\
...
...
src/interfaces/libpgtcl/Makefile
View file @
5cdf45c6
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.2
7 2002/07/27 20:10:05 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.2
8 2002/12/04 18:14:11 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,7 +14,7 @@ include ../../Makefile.global
NAME
=
pgtcl
SO_MAJOR_VERSION
=
2
SO_MINOR_VERSION
=
2
SO_MINOR_VERSION
=
3
override CPPFLAGS
:
= -I$(libpq_srcdir) $(CPPFLAGS)
...
...
src/interfaces/libpq/Makefile
View file @
5cdf45c6
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6
5 2002/09/03 21:45:44 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6
6 2002/12/04 18:14:11 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME
=
pq
SO_MAJOR_VERSION
=
2
SO_MINOR_VERSION
=
2
SO_MINOR_VERSION
=
3
override CPPFLAGS
:
= -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
...
...
src/interfaces/libpq/libpq.rc
View file @
5cdf45c6
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,
3
,0,0
PRODUCTVERSION 7,
3
,0,0
FILEVERSION 7,
4
,0,0
PRODUCTVERSION 7,
4
,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
...
...
@@ -15,13 +15,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "7,
3
, 0, 0\0"
VALUE "FileVersion", "7,
4
, 0, 0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2000\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "7,
3
, 0, 0\0"
VALUE "ProductVersion", "7,
4
, 0, 0\0"
END
END
BLOCK "VarFileInfo"
...
...
src/interfaces/python/GNUmakefile
View file @
5cdf45c6
# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.1
3 2001/12/13 18:39:04 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.1
4 2002/12/04 18:14:11 momjian
Exp $
subdir
=
src/interfaces/python
top_builddir
=
../../..
include
$(top_builddir)/src/Makefile.global
NAME
=
_pgmodule
SO_MAJOR_VERSION
=
0
SO_MINOR_VERSION
=
0
SO_MAJOR_VERSION
=
2
SO_MINOR_VERSION
=
3
OBJS
=
pgmodule.o
SHLIB_LINK
=
$(libpq)
ifeq
($(PORTNAME), win)
...
...
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