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
d422b5b8
Commit
d422b5b8
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update win32 include file on 7.4 branch.
parent
e2e8591f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_MSWIN
+3
-4
3 additions, 4 deletions
doc/FAQ_MSWIN
src/include/pg_config.h.win32
+2
-2
2 additions, 2 deletions
src/include/pg_config.h.win32
with
5 additions
and
6 deletions
doc/FAQ_MSWIN
+
3
−
4
View file @
d422b5b8
How to install PostgreSQL on Windows
How to install PostgreSQL on Windows
====================================
====================================
$Date: 2003/11/1
2
0
4:14:34
$
$Date: 2003/11/1
3
0
5:06:56
$
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
installed in order that it functions under Windows.
installed in order that it functions under Windows.
...
@@ -54,9 +54,8 @@ adjust these instructions accordingly.
...
@@ -54,9 +54,8 @@ adjust these instructions accordingly.
5. It is possible to install ipc-daemon2 and the postmaster as
5. It is possible to install ipc-daemon2 and the postmaster as
Windows NT services. For information on how to do this, please
Windows NT services. For information on how to do this, please
refer to one of the README documents here:
refer to the README document included with Cygwin PostgreSQL. It
is installed in the /usr/share/doc/Cygwin directory.
http://www.tishler.net/jason/software/postgresql/
Building from source
Building from source
--------------------
--------------------
...
...
This diff is collapsed.
Click to expand it.
src/include/pg_config.h.win32
+
2
−
2
View file @
d422b5b8
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
/*
/*
* Parts of pg_config.h that you get with autoconf on other systems
* Parts of pg_config.h that you get with autoconf on other systems
*/
*/
#define PG_VERSION "7.
3
"
#define PG_VERSION "7.
4
"
#define PG_VERSION_STR "7.
3
(win32)"
#define PG_VERSION_STR "7.
4
(win32)"
#define SYSCONFDIR ""
#define SYSCONFDIR ""
...
...
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