Thread: Who fried this?
What went wrong here? This is from a freshly updated and compiled source. peter ~$ pg-install/bin/initdb -D $HOME/pg-install/data This database system will be initialized with username "peter". This user will own all the data files and must also own the server process. Creating database system directory /home/peter/pg-install/data Creating database system directory /home/peter/pg-install/data/base Creating database XLOG directory /home/peter/pg-install/data/pg_xlog Creating template database in /home/peter/pg-install/data/base/template1 ERROR: TypeCreate: function 'int4in(opaque)' does not exist ERROR: TypeCreate: function 'int4in(opaque)' does not exist Creating global relations in /home/peter/pg-install/data/base Adding template1 database to pg_database initdb failed. Removing /home/peter/pg-install/data. I don't feel like digging this up now, surely someone must have noticed it. -- Peter Eisentraut Sernanders väg 10:115 peter_e@gmx.net 75262 Uppsala http://yi.org/peter-e/ Sweden
Peter Eisentraut <peter_e@gmx.net> writes: > What went wrong here? This is from a freshly updated and compiled source. > ERROR: TypeCreate: function 'int4in(opaque)' does not exist That was one of the intermediate states last night while Bruce and I were fixing the FUNC_MAX_ARGS code. Update and rebuild (including configure) and you should be OK. regards, tom lane
> Peter Eisentraut <peter_e@gmx.net> writes: > > What went wrong here? This is from a freshly updated and compiled source. > > ERROR: TypeCreate: function 'int4in(opaque)' does not exist > > That was one of the intermediate states last night while Bruce and I > were fixing the FUNC_MAX_ARGS code. Update and rebuild (including > configure) and you should be OK. And many thanks to Tom for getting me out of this problem I caused. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026