Обсуждение: pgsql: Fix strategy propagation to scanEntry for partial match by moving

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

pgsql: Fix strategy propagation to scanEntry for partial match by moving

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
Fix strategy propagation to scanEntry for partial match by moving propagation
to initializaion of scanEntry.

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginget.c (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.18&r2=1.19)
        ginscan.c (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c?r1=1.17&r2=1.18)