Re: [HACKERS] ALTER INDEX .. SET STATISTICS ... behaviour - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: [HACKERS] ALTER INDEX .. SET STATISTICS ... behaviour
Date
Msg-id CANP8+jLmfWZ2qSZhbp2ADFK5226zgqPw0k4=njssFnczrNdwJQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] ALTER INDEX .. SET STATISTICS ... behaviour  (Adrien Nayrat <adrien.nayrat@dalibo.com>)
Responses Re: [HACKERS] ALTER INDEX .. SET STATISTICS ... behaviour
List pgsql-hackers
On 4 September 2017 at 10:30, Adrien Nayrat <adrien.nayrat@dalibo.com> wrote:
> On 09/04/2017 06:16 PM, Alexander Korotkov wrote:
>> Looks good for me.  I've integrated those changes in the patch.
>> New revision is attached.
>
> Thanks, I changed status to "ready for commiter".

This looks useful and good to me.

I've changed this line of code to return NULL rather than return tuple
if (!HeapTupleIsValid(tuple))   return tuple;

Other than that, I'm good to commit.

Any last minute objections?

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Fix performance of generic atomics