pgsql: Fix up canonicalize_path to do the right thing in all cases (I
| From: |
tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgsql: Fix up canonicalize_path to do the right thing in all cases (I |
| Date: |
2005-08-12 21:07:53 |
| Message-ID: |
20050812210753.B710052ED2@svr1.postgresql.org (view raw or flat) |
| Thread: |
|
| Lists: |
pgsql-committers |
Log Message:
-----------
Fix up canonicalize_path to do the right thing in all cases (I think ...
this was harder than it seemed at first glance). Also push code for
checking for ".." in file names into path.c where it belongs.
Modified Files:
--------------
pgsql/src/backend/utils/adt:
genfile.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/genfile.c.diff?r1=1.2&r2=1.3)
pgsql/src/include:
port.h (r1.80 -> r1.81)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.80&r2=1.81)
pgsql/src/port:
path.c (r1.56 -> r1.57)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.56&r2=1.57)
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2005-08-12 21:09:34 |
| Subject: pgsql: More rsi assignment line too. |
| Previous: | From: Bruce Momjian | Date: 2005-08-12 21:02:26 |
| Subject: pgsql: Fix this: $ ./configure --without-docdir .. |