pgsql: Fix platform-specific test for path prefix-ness: move it into

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix platform-specific test for path prefix-ness: move it into
Date: 2005-08-29 19:39:39
Message-ID: 20050829193939.0D878D7D13@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix platform-specific test for path prefix-ness: move it into path.c where
it can be done right. Allow explicit use of absolute DataDir path.
Per Dave Page.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
genfile.c (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/genfile.c.diff?r1=1.5&r2=1.6)
pgsql/src/include:
port.h (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.81&r2=1.82)
pgsql/src/port:
path.c (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2005-08-29 19:49:53 dblink-ldap - dblink-ldap: Initial function.
Previous Message User Mha 2005-08-29 19:08:43 dblink-ldap - dblink-ldap: Imported Sources