Thread: pgsql-server/src/backend/optimizer/path allpaths.c

pgsql-server/src/backend/optimizer/path allpaths.c

From
tgl@postgresql.org (Tom Lane)
Date:
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.