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
9d95cdcb
Commit
9d95cdcb
authored
Nov 08, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update workding on why we use is_absolute_path() as a macro.
parent
4b3a2d85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/include/port.h
src/include/port.h
+3
-4
No files found.
src/include/port.h
View file @
9d95cdcb
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/include/port.h,v 1.6
5 2004/11/06 01:16:14 tgl
Exp $
* $PostgreSQL: pgsql/src/include/port.h,v 1.6
6 2004/11/08 16:34:23 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -47,9 +47,8 @@ extern void get_parent_directory(char *path);
...
@@ -47,9 +47,8 @@ extern void get_parent_directory(char *path);
/*
/*
* is_absolute_path
* is_absolute_path
*
*
* This capability is needed by libpq and initdb.c
* By making this a macro we prevent the need for libpq to include
* On Win32, you can't reference the same object file that is
* path.c which uses exec.c.
* in two different libraries (pgport and libpq), so a macro is best.
*/
*/
#ifndef WIN32
#ifndef WIN32
#define is_absolute_path(filename) \
#define is_absolute_path(filename) \
...
...
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