pgsql-server/src/backend/tcop fastpath.c postg ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/tcop fastpath.c postg ...
Date
Msg-id 20030101215706.13AC2475EAE@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/01/01 16:57:06

Modified files:
    src/backend/tcop: fastpath.c postgres.c

Log message:
    fastpath code neglected to check whether user has privileges to call the
    target function.  Also, move SetQuerySnapshot() call to avoid assert
    failure when a fastpath call is attempted in an aborted transaction.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/include/port Tag: REL7_3_STAB ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/tcop Tag: REL7_3_STAB ...