Re: rewrite ExecPartitionCheckEmitError - Mailing list pgsql-hackers

From Robert Haas
Subject Re: rewrite ExecPartitionCheckEmitError
Date
Msg-id CA+TgmobkopYEY3nwjuCBWyWe3ADd1QDkGz0EB1suagXN_qQSUw@mail.gmail.com
Whole thread Raw
In response to rewrite ExecPartitionCheckEmitError  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: rewrite ExecPartitionCheckEmitError
List pgsql-hackers
On Thu, Dec 6, 2018 at 5:22 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> Just on cleanliness grounds, I propose to rewrite the function in
> $SUBJECT.  I came across this while reviewing some already-committed
> patch for partition pruning, and it's been sitting in my laptop ever
> since.
>
> I think the current coding is too convoluted and hard to follow.  The
> patch makes it much simpler (IMO).

I don't really think this is an improvement, but the only part I
really dislike is s/val_desc/valdsc/.  That is surely not an
improvement in readability.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: proposal: plpgsql pragma statement
Next
From: Alvaro Herrera
Date:
Subject: Re: Statement-level rollback