CVSROOT: /cvsroot
Module name: pgsql
Changes by: [email protected] 02/05/21 18:18:09
Modified files:
src/backend/tcop: utility.c
Log message:
Remove SetQuerySnapshot() from FETCH processing. No longer necessary
or appropriate, since the snapshot that will be used by the cursor was
frozen when ExecutorStart was run for it.