Re: ExecRTCheckPerms() and many prunable partitions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ExecRTCheckPerms() and many prunable partitions
Date
Msg-id 3098829.1658956718@sss.pgh.pa.us
Whole thread Raw
In response to Re: ExecRTCheckPerms() and many prunable partitions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ExecRTCheckPerms() and many prunable partitions
List pgsql-hackers
... One more thing: maybe we should rethink where to put
extraUpdatedCols.  Between the facts that it's not used for
actual permissions checks, and that it's calculated by the
rewriter not parser, it doesn't seem like it really belongs
in RelPermissionInfo.  Should we keep it in RangeTblEntry?
Should it go somewhere else entirely?  I'm just speculating,
but now is a good time to think about it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ExecRTCheckPerms() and many prunable partitions
Next
From: David Rowley
Date:
Subject: Re: [PoC] Reducing planning time when tables have many partitions