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:48
Message-ID: 20050802151448.6B99652C8C@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.

Modified Files:
--------------
pgsql/src/port:
dirmod.c (r1.37 -> r1.38)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.37&r2=1.38)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-02 15:14:56 pgsql: rmtree() reported the wrong pathname if final rmdir failed.
Previous Message Tom Lane 2005-08-02 14:07:28 pgsql: Un-Windows-ify newlines.