Обсуждение: pgsql-server/src/backend/optimizer/path Tag: R ...

Поиск
Список
Период
Сортировка

pgsql-server/src/backend/optimizer/path Tag: R ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/22 12:20:39

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

Log message:
    Back-patch fix to make partial indexes usable on relations other than
    the first one listed in a query.  Per request from Oleg.