Re: spurious /dev/shm related errors on insert - Mailing list pgsql-general

From Tom Lane
Subject Re: spurious /dev/shm related errors on insert
Date
Msg-id 19034.1458313175@sss.pgh.pa.us
Whole thread Raw
In response to spurious /dev/shm related errors on insert  (Michael Charnoky <noky@noky.net>)
Responses Re: spurious /dev/shm related errors on insert  (Michael Charnoky <noky@noky.net>)
List pgsql-general
Michael Charnoky <noky@noky.net> writes:
> Hi, I'm seeing random errors from an application that is performing DB
> inserts. The error happens spuriously and looks like this from the
> application side:

> could not open file "/dev/shm/postgres_apptable_47861701461760" for
> reading: No such file or directory

Offhand I do not believe that any part of the core PG code would attempt
to access such a file.  Maybe you've got some extensions in there that
would do so?

            regards, tom lane


pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Drop only temporary table
Next
From: Jeff Janes
Date:
Subject: Re: ON CONFLICT DO NOTHING RETURNING