pgsql: Fix bug #4814 (wrong subscript in consistent-function call), and

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix bug #4814 (wrong subscript in consistent-function call), and
Дата
Msg-id 20090519024826.7704C75331D@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bug #4814 (wrong subscript in consistent-function call), and add some
minimal regression test coverage for matchPartialInPendingList().

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginget.c (r1.25 -> r1.26)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.25&r2=1.26)
    pgsql/src/test/regress/expected:
        tsearch.out (r1.15 -> r1.16)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/tsearch.out?r1=1.15&r2=1.16)
    pgsql/src/test/regress/sql:
        tsearch.sql (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/tsearch.sql?r1=1.10&r2=1.11)

В списке pgsql-committers по дате отправления:

Предыдущее
От: bmomjian@pgfoundry.org (User Bmomjian)
Дата:
Сообщение: pg-migrator - pg_migrator: Update Windows install docs.
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,