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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/03/26 20:24:29

Modified files:
    src/backend/optimizer/path: indxpath.c

Log message:
    Now that we are allowing index opclasses to contain operators that are
    only stable and not immutable, pred_test_simple_clause has to guard
    against making invalid deductions.  Add a test for immutability of
    the selected test_op.