1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Synced parser.

Fixed ecpglib trying to read one character after end-of-string.
Fixed port number setting in regression suite.
This commit is contained in:
Michael Meskes
2006-09-05 10:00:53 +00:00
parent 10964008c9
commit 276b3bb3e3
4 changed files with 62 additions and 71 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.10 2006/09/04 19:36:21 momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/pg_regress.sh,v 1.11 2006/09/05 10:00:53 meskes Exp $
me=`basename $0`
@ -644,7 +644,7 @@ trap 'sig_trap $?' 1 2 13 15
if [ x"$temp_install" != x"" ]
then
do_temp_install
PGPORT=$temp_port; export PGPORT
#PGPORT=$temp_port; export PGPORT
else # not temp-install
dont_temp_install
fi