pgsql: rmtree() reported the wrong pathname if final rmdir failed.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: rmtree() reported the wrong pathname if final rmdir failed.
Date: 2005-08-02 15:14:56
Message-ID: 20050802151456.EA73952F17@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-02 15:16:29 pgsql: Add ERROR_NO_MORE_FILES workaround to check_data_dir().
Previous Message Tom Lane 2005-08-02 15:14:48 pgsql: rmtree() reported the wrong pathname if final rmdir failed.