pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE
Date
Msg-id 20100308131552.1A1AA7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the connection disappears.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        error.c (r1.19 -> r1.19.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/error.c?r1=1.19&r2=1.19.2.1)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Backport fix from HEAD that makes ecpglib give the right SQLSTATE
Next
From: gleu@pgfoundry.org (User Gleu)
Date:
Subject: pgsnap - pgsnap: Fix the "non idle queries" for really long queries, per