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
2a174e45
Commit
2a174e45
authored
Nov 16, 2007
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
fb8b38e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9074 additions
and
9928 deletions
+9074
-9928
configure
configure
+9068
-9922
configure.in
configure.in
+2
-2
doc/bug.template
doc/bug.template
+1
-1
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+3
-3
No files found.
configure
View file @
2a174e45
This source diff could not be displayed because it is too large. You can
view the blob
instead.
configure.in
View file @
2a174e45
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.53
6 2007/11/13 00:13:19 tgl
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.53
7 2007/11/16 04:29:45 scrappy
Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
dnl
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [8.3beta
2
], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [8.3beta
3
], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])
...
...
doc/bug.template
View file @
2a174e45
...
...
@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 8.3beta
2) : PostgreSQL 8.3beta2
PostgreSQL version (example: PostgreSQL 8.3beta
3) : PostgreSQL 8.3beta3
Compiler used (example: gcc 3.3.5) :
...
...
src/include/pg_config.h.win32
View file @
2a174e45
...
...
@@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 8.3beta
2
"
#define PACKAGE_STRING "PostgreSQL 8.3beta
3
"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.3beta
2
"
#define PACKAGE_VERSION "8.3beta
3
"
/* PostgreSQL version as a string */
#define PG_VERSION "8.3beta
2
"
#define PG_VERSION "8.3beta
3
"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 80300
...
...
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