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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug #4814 (wrong subscript in consistent-function call), and
Date: 2009-05-19 02:48:26
Message-ID: 20090519024826.7704C75331D@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-05-19 08:30:01 pgsql: Update relpages and reltuples estimates in stand-alone ANALYZE,
Previous Message User Bmomjian 2009-05-19 02:17:07 pg-migrator - pg_migrator: Update Windows install docs.