oidvector problem, latest version- has read other oidvector notes

Started by robalmost 26 years ago2 messageshackers
Jump to latest
#1rob
rstodd@cts.com

I am having the same problem, but I have 'make clean' and run the whole
installation gambit on the latest pgsql package, every single time I got
the same answer Undef'd oidvector.
Is there anything that may be missing from the package?

Rob
rstodd@cts.com

Bruce Momjian wrote:

Did you do a 'make clean'?

Oops, my different installations are getting mixed up. My fault.

Just downloaded a completely fresh cvs copy. When I
do initdb...

This user will own all the files and must also own the server

process.

Creating Postgres database system directory /home/pghack/pgsql/data

Creating Postgres database system directory

/home/pghack/pgsql/data/base

Creating template database in /home/pghack/pgsql/data/base/template1

ERROR: Error: unknown type 'oidvector'.

ERROR: Error: unknown type 'oidvector'.

syntax error 12 : parse errorinitdb: could not create

template

database

************

--
Bruce Momjian                        |  http://www.op.net/~candle
pgman@candle.pha.pa.us               |  (610) 853-3000
+  If your life is a hard drive,     |  830 Blythe Avenue
+  Christ can be your backup.        |  Drexel Hill, Pennsylvania

19026

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: rob (#1)
Re: oidvector problem, latest version- has read other oidvector notes

rob <rstodd@cts.com> writes:

I am having the same problem, but I have 'make clean' and run the whole
installation gambit on the latest pgsql package, every single time I got
the same answer Undef'd oidvector.

Almost certainly, this indicates that the 7.0 initdb is invoking a 6.5
(or older) postgres binary. Check your PATH.

regards, tom lane