>>>>> "tsuraan" == tsuraan <tsuraan@gmail.com> writes:
tsuraan> Starting up postgres again and querying pg_database still
tsuraan> gives the same cache lookup error.
Do you still get the error from just
select oid from pg_database;
or
select oid,dattablespace from pg_database;
?
tsuraan> Another person noticed that the missing directory
tsuraan> (pg_tblspc/1932420460/PG_10_201707211/16400)
I just noticed: 1932420460 = 0x732E656C = "le.s" which is suspiciously
textual.
Any chance you can do this query:
select pg_relation_filepath('pg_database'::regclass);
and then do hexdump -C on that file?
--
Andrew (irc:RhodiumToad)