pgsql-server/src/interfaces/libpq fe-connect.c - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/interfaces/libpq fe-connect.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/10/02 16:52:44

Modified files:
    src/interfaces/libpq: fe-connect.c

Log message:
    Do not return from PQrequestCancel until postmaster has finished
    processing the request; this ensures that the request won't be taken
    to cancel a subsequently-issued query.  Race condition originally
    noted by Oliver Jowett in the context of JDBC, but libpq has it too.


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/interfaces/libpq fe-exec.c
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/adt ruleutils.c