Re: pgsql: hash: Add write-ahead logging support.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: hash: Add write-ahead logging support.
Date: 2017-03-15 03:48:17
Message-ID: 29794.1489549697@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> writes:
> On Wed, Mar 15, 2017 at 8:56 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> However, we probably do need to fix the src/test/mb/expected/ files.
>> Has anyone tried running that test suite?

> I haven't tried. Does this run as part of any regression tests or is
> the only way is run it manually (sh mbregress.sh)?

I don't believe it's connected up to any top-level test target ---
if it were, the buildfarm would likely have noticed this.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-15 03:59:52 pgsql: Allow referring to functions without arguments when unique
Previous Message Amit Kapila 2017-03-15 03:42:59 Re: pgsql: hash: Add write-ahead logging support.