CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/11/25 19:59:12

Modified files:
        src/backend/optimizer/plan: subselect.c 

Log message:
        Repair subselect.c's occasional assignment of the wrong vartypmod to
        Vars created to fill subplan args lists.  This is an ancient error, going
        back at least to 7.0, but is more easily triggered in 7.4 than before
        because we no longer compare varlevelsup when deciding whether a Param
        slot can be re-used.  Fixes bug reported by Klint Gore.


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to