Re: pgsql: Basic partition-wise join functionality.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Basic partition-wise join functionality.
Date: 2017-10-06 16:47:49
Message-ID: 9368.1507308469@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robert Haas <rhaas(at)postgresql(dot)org> writes:
> Basic partition-wise join functionality.

Buildfarm member prion seems quite unhappy with this.

I'm not sure if that's a case of the plan choices being less
platform-independent than you thought, or if it's triggered by the
-DRELCACHE_FORCE_RELEASE option, in which case there's an actual bug
here and not just poorly chosen test cases.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2017-10-06 17:03:51 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple
Previous Message Tom Lane 2017-10-06 16:20:44 pgsql: Fix access-off-end-of-array in clog.c.