pgsql-server/src/backend/optimizer/path allpaths.c
Started by Tom Laneover 23 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/03/22 12:11:25
Modified files:
src/backend/optimizer/path: allpaths.c
Log message:
Department of second thoughts: probably shouldn't use nth() to get the
appropriate targetlist entry out of the subquery. Use an explicit search
like we do everywhere else.