Re: CVS HEAD busted on Windows? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CVS HEAD busted on Windows?
Date
Msg-id 9609.1150896623@sss.pgh.pa.us
Whole thread Raw
In response to Re: CVS HEAD busted on Windows?  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: CVS HEAD busted on Windows?  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-hackers
"Dave Page" <dpage@vale-housing.co.uk> writes:
> killed it this morning (after 6+ hours of runtime) and it reported:
> pg_regress: could not set database default locales

That would be here:

"$bindir/psql" -q -X $psql_options -c "\
alter database \"$dbname\" set lc_messages to 'C';
alter database \"$dbname\" set lc_monetary to 'C';
alter database \"$dbname\" set lc_numeric to 'C';
alter database \"$dbname\" set lc_time to 'C';" "$dbname"
if [ $? -ne 0 ]; then   echo "$me: could not set database default locales"   (exit 2); exit
fi

Could you gdb the attached backend and see what it's doing?  Is it
actually consuming CPU, or just stuck?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] [ppa][PATCHES] Argument handling improvements
Next
From: "Dave Page"
Date:
Subject: Re: CVS HEAD busted on Windows?