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
2be1ecce
Commit
2be1ecce
authored
Dec 25, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for version, update to 6.5.
parent
cb633190
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/include/version.h.in
src/include/version.h.in
+3
-3
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+1
-1
No files found.
src/include/version.h.in
View file @
2be1ecce
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* this file contains the interface to version.c.
* Also some parameters.
* Also some parameters.
*
*
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.
3 1998/07/19 04:16:53
momjian Exp $
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.
4 1998/12/25 02:20:11
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -15,7 +15,7 @@ void ValidatePgVersion(const char *path, char **reason_p);
...
@@ -15,7 +15,7 @@ void ValidatePgVersion(const char *path, char **reason_p);
void SetPgVersion(const char *path, char **reason_p);
void SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE "6"
#define PG_RELEASE "6"
#define PG_VERSION "
4
"
#define PG_VERSION "
5
"
#define PG_SUBVERSION "0"
#define PG_SUBVERSION "0"
#define PG_VERFILE "PG_VERSION"
#define PG_VERFILE "PG_VERSION"
...
...
src/tools/RELEASE_CHANGES
View file @
2be1ecce
...
@@ -5,7 +5,7 @@ register.txt
...
@@ -5,7 +5,7 @@ register.txt
doc/Machine-specific FAQ's
doc/Machine-specific FAQ's
doc/TODO
doc/TODO
doc/bug.template
doc/bug.template
update include/version.h after release, including subversion
update include/version.h
.in
after release, including subversion
update backend/parser/scan.c and gram.c so flex/bison not necessary
update backend/parser/scan.c and gram.c so flex/bison not necessary
update pgaccess
update pgaccess
update odbc
update odbc
...
...
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