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

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

From
Andrew Dunstan
Date:
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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7ae983d94dfe6479980e24aa179d1561ad5a3655

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