| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Per Jensen" <per2jensen(at)gmail(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: 8.2beta1 restarts given query |
| Date: | 2006-10-11 14:06:38 |
| Message-ID: | 22449.1160575598@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Per Jensen" <per2jensen(at)gmail(dot)com> writes:
> When the same dump is restored to a PG-8.2beta1 some queries succeed
> and others fail. The server *restarts* as can be seen from the server
> logfile below.
Can you provide a stack trace from the core dump, or alternatively a
self-contained test case with which someone else can reproduce the
problem?
Does the crash still occur if you disable query logging? My guess
is that this is a bug in either logging or planning of parameterized
queries, but there's not enough info here to locate it.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anastasios Hatzis | 2006-10-11 18:45:35 | BUG #2688: Building from source with PL/Python fails ("distutils not found") |
| Previous Message | Per Jensen | 2006-10-11 07:12:50 | BUG #2686: 8.2beta1 restarts given query |