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
ad24b8e6
Commit
ad24b8e6
authored
Jan 10, 2006
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
c08c8529
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
src/include/port/win32.h
src/include/port/win32.h
+2
-6
No files found.
src/include/port/win32.h
View file @
ad24b8e6
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.
49 2005/10/25 15:15:16 tgl
Exp $ */
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.
50 2006/01/10 01:01:03 adunstan
Exp $ */
/* undefine and redefine after #include */
/* undefine and redefine after #include */
#undef mkdir
#undef mkdir
...
@@ -165,15 +165,11 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
...
@@ -165,15 +165,11 @@ int setitimer(int which, const struct itimerval * value, struct itimerval * ov
/*
/*
* Supplement to <sys/types.h>.
* Supplement to <sys/types.h>.
*
*
* Perl already has
conflicting define
s for uid_t and gid_t.
* Perl already has
typedef
s for uid_t and gid_t.
*/
*/
#ifndef PLPERL_HAVE_UID_GID
#ifndef PLPERL_HAVE_UID_GID
typedef
int
uid_t
;
typedef
int
uid_t
;
typedef
int
gid_t
;
typedef
int
gid_t
;
#else
/* These are redefined by perl. */
#define uid_t int
#define gid_t int
#endif
#endif
typedef
long
key_t
;
typedef
long
key_t
;
...
...
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