Re: restoreing dumps fail

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: restoreing dumps fail
Дата
Msg-id 200205141223.14522.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: restoreing dumps fail  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: restoreing dumps fail  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Mar 14 May 2002 12:17, Tom Lane wrote:
> =?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= <martin@bugs.unl.edu.ar> writes:
> > (gdb) bt
> > #0  0xff030b64 in __do_global_dtors_aux () from
> > /dbs/postgres/lib/array_iterator.so
> > #1  0xff030af8 in _fini () from /dbs/postgres/lib/array_iterator.so
> > #2  0xff3b9f5c in ?? ()
> > #3  0xff0a00d0 in _exithandle () from /usr/lib/libc.so.1
> > #4  0xff116814 in exit () from /usr/lib/libc.so.1
> > #5  0x1bea40 in proc_exit (code=0) at ipc.c:155
> > #6  0x1d69c8 in PostgresMain (argc=5, argv=0xffbef1e8, username=0x46d319
> > "postgres") at postgres.c:1951
>
> Hmm, that's bizarre.  How did you compile the array_iterator module?
> There is no _fini routine in the source code, so this must be something
> inserted by the compiler.

Could it be, that the array_iterator was compiled with some old postgres-7.0.x
and then was left there???

It's the only thing I can think of.

--
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: restoreing dumps fail
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Strange interaction with php's pg_query