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
e860e746
Commit
e860e746
authored
Aug 10, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return inline to win32.h because code was OK, but keep additional
comment. 8.1.X is not affected by this commit.
parent
3929b6e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
+11
-13
src/include/c.h
src/include/c.h
+1
-12
src/include/port/win32.h
src/include/port/win32.h
+10
-1
No files found.
src/include/c.h
View file @
e860e746
...
...
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/c.h,v 1.21
0 2006/08/10 01:35:21
momjian Exp $
* $PostgreSQL: pgsql/src/include/c.h,v 1.21
1 2006/08/10 01:41:29
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -744,17 +744,6 @@ typedef NameData *Name;
#define PG_BINARY_W "w"
#endif
#ifdef MSVC
/*
* Certain "standard edition" versions of MSVC throw a warning
* that later generates an error for "inline" statements, but
* __inline seems to work. e.g. Microsoft Visual C++ .NET
* Version 7.1.3088
*/
#define inline __inline
#define __inline__ __inline
#endif
#if defined(sun) && defined(__sparc__) && !defined(__SVR4)
#include <unistd.h>
#endif
...
...
src/include/port/win32.h
View file @
e860e746
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.5
7 2006/08/10 01:35:21
momjian Exp $ */
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.5
8 2006/08/10 01:41:29
momjian Exp $ */
/* undefine and redefine after #include */
#undef mkdir
...
...
@@ -259,6 +259,15 @@ extern void _dosmaperr(unsigned long);
typedef
long
ssize_t
;
typedef
unsigned
short
mode_t
;
/*
* Certain "standard edition" versions of MSVC throw a warning
* that later generates an error for "inline" statements, but
* __inline seems to work. e.g. Microsoft Visual C++ .NET
* Version 7.1.3088
*/
#define inline __inline
#define __inline__ __inline
#undef errcode
#define errcode __vc_errcode
...
...
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