pgsql-server/src/backend/tcop fastpath.c postg ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/tcop fastpath.c postg ...
Date: 2003-01-01 21:57:06
Message-ID: 20030101215706.13AC2475EAE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-01-01 21:57:18 pgsql-server/src/backend/tcop Tag: REL7_3_STAB ...
Previous Message Tom Lane 2003-01-01 20:35:54 pgsql-server/src/include/port Tag: REL7_3_STAB ...