From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | pg_dump broken in cvs tip |
Date: | 2002-04-29 01:24:28 |
Message-ID: | 3CCCA0CC.3040606@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-04-29 03:57:28 | Re: pg_dump broken in cvs tip |
Previous Message | mlw | 2002-04-28 22:29:48 | new contrib: decode(..) concat(..) |