Re: [HACKERS] assorted code cleanup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] assorted code cleanup
Date
Msg-id 4cf1f89b-10d2-46b8-bd52-ed48e1ceb462@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] assorted code cleanup  (Ryan Murphy <ryanfmurphy@gmail.com>)
List pgsql-hackers
On 8/29/17 03:32, Ryan Murphy wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           tested, passed
> Documentation:            tested, passed
> 
> I've reviewed the code changes, and it's pretty clear to me that they clean things up a bit while not changing any
behavior. They simplify things in a way that make the code more comprehensible.  I've run all the tests and they behave
thesame way as they did before the patch.  I also trying manually playing around the the function in question,
`metaphone`,and it seems to behave the same as before.
 
> 
> I think it's ready to commit!
> 
> The new status of this patch is: Ready for Committer

Pushed, except the one with the function pointers, which some people
didn't like.

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



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] psql - add special variable to reflect the last querystatus
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] assorted code cleanup