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
5add3e8e
Commit
5add3e8e
authored
Feb 07, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for
the Windows build...
parent
b6ffc70d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
src/include/config.h.win32
src/include/config.h.win32
+4
-2
src/interfaces/libpq/win32.h
src/interfaces/libpq/win32.h
+0
-6
No files found.
src/include/config.h.win32
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
...
...
src/interfaces/libpq/win32.h
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
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