|
6 | 6 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $PostgreSQL: pgsql/src/include/port.h,v 1.65 2004/11/06 01:16:14 tgl Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.66 2004/11/0816:34:23 momjian Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -47,9 +47,8 @@ extern void get_parent_directory(char *path);
|
47 | 47 | /*
|
48 | 48 | *is_absolute_path
|
49 | 49 | *
|
50 |
| - *This capability is needed by libpq and initdb.c |
51 |
| - *On Win32, you can't reference the same object file that is |
52 |
| - *in two different libraries (pgport and libpq), so a macro is best. |
| 50 | + *By making this a macro we prevent the need for libpq to include |
| 51 | + *path.c which uses exec.c. |
53 | 52 | */
|
54 | 53 | #ifndefWIN32
|
55 | 54 | #defineis_absolute_path(filename) \
|
|