pgsql: Print file name and errno string on rmtree failure.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print file name and errno string on rmtree failure.
Date: 2005-02-13 16:50:44
Message-ID: 20050213165044.751138B9F54@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Print file name and errno string on rmtree failure.

Backpatch to 8.0.X.

Modified Files:
--------------
pgsql/src/port:
dirmod.c (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-02-13 16:50:54 pgsql: Print file name and errno string on rmtree failure.
Previous Message Tom Lane 2005-02-13 03:04:16 pgsql: Write some real documentation about the index access method API.