pgsql: Add a regression test for snapshot too old with hash indexes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a regression test for snapshot too old with hash indexes.
Date: 2017-03-15 14:53:31
Message-ID: E1coAIt-0007Tb-0w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a regression test for snapshot too old with hash indexes.

Amit Kapila, but I changed the comment not to be a copy-and-paste of
an existing one, and instead referred to it.

Discussion: http://postgr.es/m/CAA4eK1K0UJswCRf81WwJFO4H=+ZvbmKTNhAps-NkdmHRsq1GnQ@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42bdaebf161841c8e248b197b7319779b8730323

Modified Files
--------------
src/test/modules/snapshot_too_old/Makefile | 2 +-
.../expected/sto_using_hash_index.out | 15 +++++++++++
.../specs/sto_using_hash_index.spec | 31 ++++++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-03-15 15:16:44 pgsql: Add support for EUI-64 MAC addresses as macaddr8
Previous Message Robert Haas 2017-03-15 11:27:10 pgsql: Fix MB regression tests for WAL-logging of hash indexes.