Re: SQLSTATE XX000 Internal Error 7

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Ben Madin <lists(at)remoteinformation(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: SQLSTATE XX000 Internal Error 7
Date: 2012-05-03 07:12:37
Message-ID: 20120503071237.GA23498@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 03, 2012 at 02:46:16PM +0800, Ben Madin wrote:
> (PS How did you come to deciding that it was EINVAL - is that 'Error INVALid argument'?)

It's one of the standard error codes, see for example
http://www.jbox.dk/sanos/source/include/errno.h.html

Tom is right, it's not clear how this error can occur. Linux does it if
you ask for O_DIRECT on a filesystem that doesn't support it, but it
doesn't look like that's the problem here either.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> He who writes carelessly confesses thereby at the very outset that he does
> not attach much importance to his own thoughts.
-- Arthur Schopenhauer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Bex 2012-05-03 07:16:43 Re: Memory Management in pqlib, Garbage Collection support
Previous Message Alexander Reichstadt 2012-05-03 07:08:53 Memory Management in pqlib, Garbage Collection support