[v9.1] add makeRangeTblEntry() into makefuncs.c

From: KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: [v9.1] add makeRangeTblEntry() into makefuncs.c
Date: 2010-06-14 08:34:21
Message-ID: 4C15E98D.4070709@ak.jp.nec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Thanks,
--
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

Attachment Content-Type Size
pgsql-v9.1-add-makeRTE.1.patch application/octect-stream 5.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2010-06-14 08:39:28 Re: Proposal for 9.1: WAL streaming from WAL buffers
Previous Message KaiGai Kohei 2010-06-14 08:27:11 Re: ExecutorCheckPerms() hook