pgsql/src/interfaces/odbc connection.c connect ...

From: inoue(at)postgresql(dot)org (Hiroshi Inoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc connection.c connect ...
Date: 2002-04-02 10:50:57
Message-ID: 20020402105057.F34A7475DF3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: inoue(at)postgresql(dot)org 02/04/02 05:50:51

Modified files:
src/interfaces/odbc: connection.c connection.h descriptor.h
execute.c info.c info30.c misc.c misc.h
parse.c psqlodbc.h socket.c socket.h

Log message:
[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
From: Bradley McLean <brad(at)bradm(dot)net>

Patch against 7,2 submitted for comment.

This seems to work just fine; Now, when our users submit a 2 hour
query with four million row sorts by accident, then cancel it 30 seconds
later, it doesn't bog down the server ...

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-04-02 10:57:34 pgsql/src/interfaces/odbc info.c
Previous Message Hiroshi Inoue 2002-04-02 08:51:53 pgsql/src include/catalog/pg_attribute.h backe ...