Re: createlang fails w/ 'undef ref to

From: OpenMacNews <pgsql-general(dot)20(dot)openmacnews(at)spamgourmet(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: createlang fails w/ 'undef ref to
Date: 2004-12-01 05:29:04
Message-ID: 66EE09D3946C35DE2058F177@tiedgar.internal.presence-group.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Maybe you didn't restart your beta4-or-older postmaster after updating?
> SPI_restore_connection definitely exists in the beta5 sources ...

all ok now.

restarting wasn't doing the trick ... same errors. still able to
access/read/write to my db's but nada else.

but, looking in my logs i noted a slew of:

FATAL: database files are incompatible with server
DETAIL: The database cluster was initialized with CATALOG_VERSION_NO
200410111, but the server was compiled with CATALOG_VERSION_NO 200411041.
HINT: It looks like you need to initdb.

after re-initdb'ing and restarting, all's ok with 'createlang' ... inasmuch as
i get no error & no log entries ... for all langs.

i didna realize (and apparently missed in RTFM'ing) that initdb was necessary
from beta-to-beta ...

soooo, as usual, i created my own problem :S odd though that i was getting
fatal errors, but still able to launch the db ...

thanks for your patience & help!

cheers,

richard

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nageshwar Rao 2004-12-01 05:36:03 granting privileges
Previous Message Guy Rouillier 2004-12-01 05:22:00 Re: Using default tablespace for database?