pg_dump broken in cvs tip

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pg_dump broken in cvs tip
Дата
Msg-id 3CCCA0CC.3040606@joeconway.com
обсуждение исходный текст
Ответы Re: pg_dump broken in cvs tip  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Looks like regproctooid() was removed here:
/pgsql/src/backend/utils/adt/regproc.c
version 1.66 Thu Apr 25 02:56:55 2002
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regproc.c.diff?r1=1.65&r2=1.66

but it was added to pg_dump.c here:
/pgsql/src/bin/pg_dump/pg_dump.c
version 1.255 Wed Apr 24 22:39:49 2002 UTC
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.254&r2=1.255

and now pg_dumpall gives me this:
pg_dump: query to obtain list of indexes failed: ERROR:  Function 
'regproctooid(regproc)' does not exist        Unable to identify a function that satisfies the given argument 
types        You may need to add explicit typecasts
pg_dump failed on template1, exiting


Joe



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

Предыдущее
От: mlw
Дата:
Сообщение: new contrib: decode(..) concat(..)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump broken in cvs tip