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
b3fe6bca
Commit
b3fe6bca
authored
Oct 18, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use of "miscadmin.h" in port C files and remove test for frontend
in miscadmin.h.
parent
cd8db953
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
src/include/miscadmin.h
src/include/miscadmin.h
+1
-3
src/port/dirmod.c
src/port/dirmod.c
+1
-3
src/port/exec.c
src/port/exec.c
+1
-3
No files found.
src/include/miscadmin.h
View file @
b3fe6bca
...
...
@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.17
0 2004/10/18 16:24:40
momjian Exp $
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.17
1 2004/10/18 19:08:57
momjian Exp $
*
* NOTES
* some of the information in this file should be moved to other files.
...
...
@@ -120,9 +120,7 @@ do { \
/*
* from utils/init/globals.c
*/
#ifndef WIN32_CLIENT_ONLY
extern
pid_t
PostmasterPid
;
#endif
extern
bool
IsPostmasterEnvironment
;
extern
bool
IsUnderPostmaster
;
...
...
src/port/dirmod.c
View file @
b3fe6bca
...
...
@@ -10,7 +10,7 @@
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.3
0 2004/10/17 23:53:30
momjian Exp $
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.3
1 2004/10/18 19:08:58
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -37,8 +37,6 @@
#if defined(WIN32) || defined(__CYGWIN__)
#include "miscadmin.h"
#ifndef __CYGWIN__
#include <winioctl.h>
#else
...
...
src/port/exec.c
View file @
b3fe6bca
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/exec.c,v 1.
29 2004/10/07 15:21:57
momjian Exp $
* $PostgreSQL: pgsql/src/port/exec.c,v 1.
30 2004/10/18 19:08:58
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -26,8 +26,6 @@
#include <unistd.h>
#endif
#include "miscadmin.h"
#define _(x) gettext(x)
#ifndef S_IRUSR
/* XXX [TRH] should be in a header */
...
...
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