Re: spurious /dev/shm related errors on insert

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Charnoky <noky(at)noky(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: spurious /dev/shm related errors on insert
Date: 2016-03-18 14:59:35
Message-ID: 19034.1458313175@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Charnoky <noky(at)noky(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2016-03-18 16:14:32 Re: ON CONFLICT DO NOTHING RETURNING
Previous Message David G. Johnston 2016-03-18 14:58:26 Re: Drop only temporary table