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
7b4be2ba
Commit
7b4be2ba
authored
Jan 18, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stamp release for 8.3RC2; configure will be stamped by packager.
parent
70066eb1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
doc/bug.template
doc/bug.template
+1
-1
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+3
-3
No files found.
doc/bug.template
View file @
7b4be2ba
...
...
@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 8.3RC
1) : PostgreSQL 8.3RC1
PostgreSQL version (example: PostgreSQL 8.3RC
2) : PostgreSQL 8.3RC2
Compiler used (example: gcc 3.3.5) :
...
...
doc/src/sgml/release.sgml
View file @
7b4be2ba
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
5 2008/01/03 21:35:25 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
6 2008/01/18 00:13:50 momjian
Exp $ -->
<!--
Typical markup:
...
...
@@ -69,7 +69,7 @@ do it for earlier branch release files.
<note>
<title>Release date</title>
<simpara>2008-01-??</simpara>
<para>CURRENT AS OF 2008-01-
01
</>
<para>CURRENT AS OF 2008-01-
17
</>
</note>
<sect2>
...
...
src/include/pg_config.h.win32
View file @
7b4be2ba
...
...
@@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 8.3RC
1
"
#define PACKAGE_STRING "PostgreSQL 8.3RC
2
"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.3RC
1
"
#define PACKAGE_VERSION "8.3RC
2
"
/* PostgreSQL version as a string */
#define PG_VERSION "8.3RC
1
"
#define PG_VERSION "8.3RC
2
"
/* 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