Re: How to fix 0xC0000005 exception in Postgres 9.0

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Andrus <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Date: 2020-02-22 21:10:12
Message-ID: 0e3098c4-4c2c-89ae-211f-39e9916c9971@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/21/20 11:43 PM, Andrus wrote:
> Hi!
>
>> To me the relevant part of the log is below. Not sure what it means
>> though:
>> [3604-0.187] execute.c[Exec_with_parameters_resolved]444:
>> stmt_with_params = ';SELECT * FROM temptulemus offset 0 limit 900'
>> [3604-0.187] execute.c[Exec_with_parameters_resolved]449: about to begin
>> SC_execute
>> [3604-0.187]statement.[SC_execute]2037:       it's NOT a select
>> statement: stmt=005FE040
>
> Maybe issue occurs when ODBC client sends command to odbc driver which
> contains semicolon as first character before SELECT and returned data

I have no idea. For psqlODBC issues I would suggest asking here:

https://www.postgresql.org/list/pgsql-odbc/

Chances are better that there will be someone there that could answer
you questions.

> contains certain characters and server or client has certain configuration.
> Maybe I will change application not to send semicolon before SELECT
> statement.
>
> Andrus.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-02-22 21:12:59 Re: Replication: slave server has 3x size of production server?
Previous Message Christophe Pettus 2020-02-22 21:06:57 Re: Can I trigger an action from a coalesce ?