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
87dfa0d9
Commit
87dfa0d9
authored
17 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Stamp 8.3beta1, except in configure.in/configure.
parent
08e5749c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/bug.template
+1
-1
1 addition, 1 deletion
doc/bug.template
src/include/pg_config.h.win32
+3
-3
3 additions, 3 deletions
src/include/pg_config.h.win32
src/interfaces/libpq/libpq.rc.in
+1
-1
1 addition, 1 deletion
src/interfaces/libpq/libpq.rc.in
with
5 additions
and
5 deletions
doc/bug.template
+
1
−
1
View file @
87dfa0d9
...
...
@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 8.3)
: PostgreSQL 8.3
PostgreSQL version (example: PostgreSQL 8.3
beta1
) : PostgreSQL 8.3
beta1
Compiler used (example: gcc 3.3.5) :
...
...
This diff is collapsed.
Click to expand it.
src/include/pg_config.h.win32
+
3
−
3
View file @
87dfa0d9
...
...
@@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 8.3
devel
"
#define PACKAGE_STRING "PostgreSQL 8.3
beta1
"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.3"
#define PACKAGE_VERSION "8.3
beta1
"
/* PostgreSQL version as a string */
#define PG_VERSION "8.3"
#define PG_VERSION "8.3
beta1
"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 80300
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/libpq.rc.in
+
1
−
1
View file @
87dfa0d9
...
...
@@ -17,7 +17,7 @@ BEGIN
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "8.3.0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 200
5
\0"
VALUE "LegalCopyright", "Copyright (C) 200
7
\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
...
...
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