pgsql: Add strerror() string to chdir() error message

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add strerror() string to chdir() error message
Date: 2012-08-29 03:02:35
Message-ID: E1T6YY7-0005sI-N3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add strerror() string to chdir() error message

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a26e1c766fa84c2f93473eed83f0133d4b2ac5f

Modified Files
--------------
src/port/exec.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-08-29 03:51:24 pgsql: Fix assorted compilation failures in contrib
Previous Message Alvaro Herrera 2012-08-28 23:09:17 pgsql: Split heapam_xlog.h from heapam.h