getting a error message when creating temporary table

From: Evan Walter <ewalter(at)decisionanalyst(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: getting a error message when creating temporary table
Date: 2014-04-28 20:39:30
Message-ID: CAOHVLOGC9tsVzZE4UsbLapKfTcrKrosEuCfB_MQeQ3mw270ZSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Not sure what is causing this. When we execute:

CREATE TEMPORARY TABLE test(test_code varchar (255))

We get

ERROR: could not read block 6 in file "global/... " read only 0 of 8192
bytes
SQL state XX001

This just started today.

Thank you

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2014-04-28 22:48:29 Re: getting a error message when creating temporary table
Previous Message Tom Lane 2014-04-28 20:25:00 Re: 9.0.15 WAL mis-replay status?