fastpath code neglected to check whether user has privileges to call the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 573fe25203d8df257f01477bc429f0d0f311c3d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-01T21:57:18Z
Releases: 7.3.2
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.

Files

PathChange+/−
src/backend/tcop/fastpath.c modified +16 −1
src/backend/tcop/postgres.c modified +2 −5