Re: [v9.1] add makeRangeTblEntry() into makefuncs.c - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [v9.1] add makeRangeTblEntry() into makefuncs.c
Date
Msg-id AANLkTilhupDvsggEsbzYqSJoXmGlD2S6S1vpvNXM0jwi@mail.gmail.com
Whole thread Raw
In response to [v9.1] add makeRangeTblEntry() into makefuncs.c  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: [v9.1] add makeRangeTblEntry() into makefuncs.c  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
2010/6/14 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> The attached patch was a part of DML refactoring and security hook patches.
>
> It adds makeRangeTblEntry() into makefuncs.c to keep the code more
> clean. It shall be also used for the upcoming DML refactor patch.
> In this refactoring, a common DML permission checker function take
> a list of RangeTblEntry, so the caller has to set up the object.

I think this is the epitome of pointless.  It looks to me like this
just makes the code harder to read and very slightly slower without
actually accomplishing any useful abstraction.

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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Proposal for 9.1: WAL streaming from WAL buffers
Next
From: Robert Haas
Date:
Subject: Re: Typo in plperl doc ?