Обсуждение: regression test failed

Поиск
Список
Период
Сортировка

regression test failed

От
Кузнецова Нина
Дата:
Hello, all!
I got the failed regression test.
Above the fragment of this test:
gmake -C ../../../contrib/spi REFINT_VERBOSE=1 refint.so autoinc.so
gmake[1]: Entering directory `/usr/src/postgresql-7.2.3/contrib/spi'
gmake[1]: `refint.so' is up to date.
gmake[1]: `autoinc.so' is up to date.
gmake[1]: Leaving directory `/usr/src/postgresql-7.2.3/contrib/spi'
/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=
============== removing existing temp installation    ==============
============== creating temporary installation        ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 65432 with pid 6415
============== creating database "regression"         ==============
CREATE DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL                    ==============
And here I got:
Server closed the connection unexpectedly.
This probably means the server terminated abnormally before or while
proccessing the request.

pg_regress: createlang failed

Where I did the mistake? Gmake is o'k. Linux- kernel 2.2.19, postgresql-
7.2.3
Thanks for advance. Regards. Nina.


Re: regression test failed

От
Tom Lane
Дата:
=?koi8-r?Q?=EB=D5=DA=CE=C5=C3=CF=D7=C1=20=EE=C9=CE=C1?= <nina@ns.kinetics.nsc.ru> writes:
> pg_regress: createlang failed

My bet is something wrong with dynamic linking of the plpgsql.so shared
library.  Try looking in the postmaster.log file created by the
regression run to see if you find any clues.

            regards, tom lane