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
5add3e8e
Commit
5add3e8e
authored
24 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for
the Windows build...
parent
b6ffc70d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/config.h.win32
+4
-2
4 additions, 2 deletions
src/include/config.h.win32
src/interfaces/libpq/win32.h
+0
-6
0 additions, 6 deletions
src/interfaces/libpq/win32.h
with
4 additions
and
8 deletions
src/include/config.h.win32
+
4
−
2
View file @
5add3e8e
/*
* Parts of config.h that you get with autoconf on other systems
*/
#define PG_VERSION "7.1"
#define PG_VERSION_STR "7.1 (win32)"
#define SYSCONFDIR ""
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define MAXIMUM_ALIGNOF 4
#define ACCEPT_TYPE_ARG3 int
#define MAXPGPATH 1024
#define INDEX_MAX_KEYS 16
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/win32.h
+
0
−
6
View file @
5add3e8e
...
...
@@ -21,9 +21,3 @@
* crypt not available (yet)
*/
#define crypt(a,b) a
/*
* Parts of config.h that you get with autoconf on other systems
*/
#define MAXIMUM_ALIGNOF 4
#define ACCEPT_TYPE_ARG3 int
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