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:24:48
Message-ID: E1Q04lU-0006ax-Uo@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
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5773fac1606cdeb3fa60f89eb8c20ef5e904663a

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 Bruce Momjian 2011-03-17 04:27:02 pgsql: Document guc context values, and reference them from the config
Previous Message Andrew Dunstan 2011-03-17 04:22:38 pgsql: Use correct PATH separator for Cygwin in pg_regress.c.