pgsql: Fix incorrect path in pg_regress log messages.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect path in pg_regress log messages.
Date: 2015-07-07 16:56:08
Message-ID: E1ZCWAD-0003Zg-02@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect path in pg_regress log messages.

Back-patch to 9.5 where the bug was introduced.

David Christensen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61fc420b5710036f3124a44c26a3664a9cc7cdcf

Modified Files
--------------
src/test/regress/pg_regress.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-07-07 16:57:16 pgsql: Fix incorrect path in pg_regress log messages.
Previous Message Tom Lane 2015-07-07 16:49:35 pgsql: Fix portability issue in pg_upgrade test script: avoid $PWD.