Chris Jones <[EMAIL PROTECTED]> writes: > #0 0x081cd8ba in errfinish () > #1 0x081ce756 in elog_finish () > #2 0x081dd6e5 in MemoryContextAlloc () > #3 0x081ca14c in load_relcache_init_file () > #4 0x081c9164 in RelationCacheInitialize ()
Hmph. Apparently there is something wrong with the pg_internal.init file in this database. > I've dropped this database and restored it from backups to get it > running again. That was premature --- you could have just removed the broken init file (which is merely a cache). I'm not sure how easy it'll be to identify the problem with the cache file without an easy way to compare to valid data, but if you want to send me the saved-off init file I'll take a look. Which PG version is this again? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster