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
39b031d4
Commit
39b031d4
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add "inline" compile fix for MSVC/BCC:
#define inline __inline Backpatch to 8.1.X. Hiroshi Saito
parent
6216cc7e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/pg_config.h.win32
+4
-1
4 additions, 1 deletion
src/include/pg_config.h.win32
with
4 additions
and
1 deletion
src/include/pg_config.h.win32
+
4
−
1
View file @
39b031d4
/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.2
8
2006/0
3/11 04:38:3
8 momjian Exp $ */
/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.2
9
2006/0
5/30 12:43:2
8 momjian Exp $ */
#ifndef pg_config_h_win32__
#define pg_config_h_win32__
...
...
@@ -26,6 +26,9 @@
#define HAVE_RANDOM
#endif
#undef inline
#define inline __inline
#define INT64_FORMAT "%I64d"
#define HAVE_DECL_VSNPRINTF 1
...
...
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