Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d6f26e64
Commit
d6f26e64
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update for 6.6.
parent
a927d6ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+1
-1
1 addition, 1 deletion
README
doc/bug.template
+1
-1
1 addition, 1 deletion
doc/bug.template
src/include/version.h.in
+3
-3
3 additions, 3 deletions
src/include/version.h.in
src/interfaces/libpq/libpq.rc
+4
-4
4 additions, 4 deletions
src/interfaces/libpq/libpq.rc
with
9 additions
and
9 deletions
README
+
1
−
1
View file @
d6f26e64
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then
PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95).
as Postgres95).
This directory contains the development version of 6.
5.1
of the PostgreSQL
This directory contains the development version of 6.
6
of the PostgreSQL
database server. The server is not ANSI SQL compliant, but it gets
database server. The server is not ANSI SQL compliant, but it gets
closer with every release. After you unzip and untar the distribution
closer with every release. After you unzip and untar the distribution
file, look at file INSTALL for the installation notes and file HISTORY
file, look at file INSTALL for the installation notes and file HISTORY
...
...
This diff is collapsed.
Click to expand it.
doc/bug.template
+
1
−
1
View file @
d6f26e64
...
@@ -27,7 +27,7 @@ System Configuration
...
@@ -27,7 +27,7 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) :
Operating System (example: Linux 2.0.26 ELF) :
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-6.
5.1
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-6.
6
Compiler used (example: gcc 2.8.0) :
Compiler used (example: gcc 2.8.0) :
...
...
This diff is collapsed.
Click to expand it.
src/include/version.h.in
+
3
−
3
View file @
d6f26e64
...
@@ -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.
6
1999/07/1
0
1
6:28:01
momjian Exp $
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.
7
1999/07/1
8
1
8:06:40
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p);
...
@@ -15,8 +15,8 @@ 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 "
5
"
#define PG_VERSION "
6
"
#define PG_SUBVERSION "
1
"
#define PG_SUBVERSION "
0
"
#define PG_VERFILE "PG_VERSION"
#define PG_VERFILE "PG_VERSION"
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/libpq.rc
+
4
−
4
View file @
d6f26e64
#include <winver.h>
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,
5,1
,0
FILEVERSION 6,
6,0
,0
PRODUCTVERSION 6,
5,1
,0
PRODUCTVERSION 6,
6,0
,0
FILEFLAGSMASK 0x3fL
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEFLAGS 0
FILEOS VOS__WINDOWS32
FILEOS VOS__WINDOWS32
...
@@ -15,13 +15,13 @@ BEGIN
...
@@ -15,13 +15,13 @@ BEGIN
BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "6,
5
,
1
, 0\0"
VALUE "FileVersion", "6,
6
,
0
, 0\0"
VALUE "InternalName", "libpq\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 1999\0"
VALUE "LegalCopyright", "Copyright (C) 1999\0"
VALUE "LegalTrademarks", "\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "6,
5
,
1
, 0\0"
VALUE "ProductVersion", "6,
6
,
0
, 0\0"
END
END
END
END
BLOCK "VarFileInfo"
BLOCK "VarFileInfo"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment