fix for windows breakage in regression script

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: fix for windows breakage in regression script
Date: 2005-01-15 03:35:07
Message-ID: 41E88F6B.3070906@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


The recent change to pg_regress.sh has apparently broken testing on my
Windows machine - see
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=loris&dt=2005-01-15%2001:36:36
which contains this:

================== pgsql.2544/src/test/regress/log/postmaster.log ===================
LOG: could not translate host name "''", service "65432" to address: Unknown host
WARNING: could not create listen socket for "''"
FATAL: no socket created for listening

The attached patch seems to cure the problem.

cheers

andrew

Attachment Content-Type Size
regress.patch text/x-patch 688 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-01-15 03:39:20 Re: Another Plpgsql trigger example - summary table
Previous Message Mark Kirkwood 2005-01-15 02:37:37 Re: Another Plpgsql trigger example - summary table