| From: | Uwe Bartels <uwe(dot)bartels(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: strange error message |
| Date: | 2011-11-25 17:07:57 |
| Message-ID: | CAPGEe=54rCihXvb93VmTj1R6dNFhLE3+FwQvB1F+A8hvFJ3oXQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Hi Tom,
Cool. Thanks for your answer.
Best Regards,
Uwe
On 25 November 2011 17:43, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Uwe Bartels <uwe(dot)bartels(at)gmail(dot)com> writes:
> > I've got a strange error message in our java application.
>
> > ERROR JDBCTransaction:124 - JDBC commit failed
> > *org.postgresql.util.PSQLException: ERROR: bogus varno: 65001*
>
> This is a symptom of some kind of planner error. If you are not
> running the latest minor release of your Postgres branch, update
> and see if it goes away. If not, please file a bug report with
> sufficient information to reproduce the problem by hand (ie, the
> problem query plus schema+data sufficient to run it against).
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2011-11-27 17:16:57 | Re: Does anyone know of any issues around ARRAY UNNEST |
| Previous Message | Tom Lane | 2011-11-25 16:43:08 | Re: strange error message |