pgsql: rmtree() reported the wrong pathname if final rmdir failed. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: rmtree() reported the wrong pathname if final rmdir failed.
Date
Msg-id 20050802151456.EA73952F17@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
rmtree() reported the wrong pathname if final rmdir failed.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/port:
        dirmod.c (r1.34.4.2 -> r1.34.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.34.4.2&r2=1.34.4.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: rmtree() reported the wrong pathname if final rmdir failed.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir().