Re: How to fix 0xC0000005 exception in Postgres 9.0

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Date: 2020-02-22 07:43:10
Message-ID: 27F993790FC643D9A519FD08C5666628@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
contains certain characters and server or client has certain configuration.
Maybe I will change application not to send semicolon before SELECT
statement.

Andrus.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message postggen2020 s 2020-02-22 08:26:15 Reset DB stats suggestion pg_stat_reset()
Previous Message Daulat Ram 2020-02-22 04:45:14 RE: Can we have multiple tablespaces with in a database.