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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix bug #4814 (wrong subscript in consistent-function call), and
Date
Msg-id 20090519024826.7704C75331D@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Update Windows install docs.
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,