|
|||||||||||
|
[GENERAL] ERROR: catalog is missing 9 attribute(s) for relid 10297
From: O'Shea, Brendan <boshea(at)akamai.com>
Date: Fri Dec 28 2007 - 17:43:17 EST
The error message output from running pg_dump in verbose mode is: pg_dump: reading schemas pg_dump: SQL command failed pg_dump: Error message from server: ERROR: catalog is missing 9attribute(s) for relid 10297 pg_dump: The command was: SELECT tableoid, oid, nspname, (SELECT rolname FROM pg_catalog.pg_roles WHERE oid = nspowner) as rolname, nspacl FROM pg_namespace pg_dump: *** aborted because of error Querying 'pg_catalog.pg_roles' directly also produces the error. The pg_roles object is simply a view of pg_authid that blanks out the password field. Querying the pg_authid table directly does not produce the error.
Our server setup is:
Our application is fairly transaction heavy, about 50-200 updates per second on a few small tables, and we have around 40 or so client connections querying the database. Checking the postgresql server log file did not provide any additional useful information beyond what pg_dump provided. The first time we ran into this problem on 2007-12-16 we decided that since the database system objects appeared to be corrupt we wiped the server clean and started over. We also checked for hardware issues but none were found. We checked for (disk errors, memory errors, fs errors) as well as (overheating drives, intermittent drive slowness not reported by the kernel, drive read prediction failures, errors that only surface under extreme load). We were not able to test (overheating CPU, bad power supply (bad voltage)). A few weeks later on Dec 25th the same exact error cropped up again "catalog is missing 9 attribute(s) for relid 10297". My questions are:
Thanks for any help,
---------------------------(end of broadcast)---------------------------TIP 5: don't forget to increase your free space map settings Received on Fri Jan 4 09:25:57 2008 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 23:12:17 EDT |
||||||||||
|
|||||||||||