pgsql-server/src/backend/tcop Tag: REL7_3_STAB ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/01/01 16:57:18

Modified files:
src/backend/tcop: Tag: REL7_3_STABLE 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.