pgsql: Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.
Date: 2014-06-20 01:49:31
Message-ID: E1WxnxL-0002a6-7z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.

Most of the necessary quoting was in place; this catches the exceptions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/686f362bee126e50280bcd3b35807b02f18a8966

Modified Files
--------------
contrib/pg_upgrade/test.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-20 02:14:41 pgsql: Avoid leaking memory while evaluating arguments for a table func
Previous Message Tom Lane 2014-06-19 16:34:22 pgsql: Document SQL functions' behavior of parsing the whole function a