pgsql: Use correct PATH separator for Cygwin in pg_regress.c.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use correct PATH separator for Cygwin in pg_regress.c.
Date: 2011-03-17 04:16:00
Message-ID: E1Q04cy-0006Ti-Oq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct PATH separator for Cygwin in pg_regress.c.

This has been broken for years, and I'm not sure why it has not been
noticed before, but now a very modern Cygwin breaks on it, and the fix
is clearly correct. Backpatching to all live branches.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b079cb248b91cbd5bc577ea96802ec466f40b38

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-03-17 04:16:41 pgsql: Use correct PATH separator for Cygwin in pg_regress.c.
Previous Message Robert Haas 2011-03-16 21:47:54 pgsql: Tab completion for \pset format and \pset linestyle.