Re: [PATCH] refactor ATExec{En,Dis}ableRowSecurity
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Zhihong Yu <zyu@yugabyte.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Stephen Frost <sfrost@snowman.net>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-02T03:34:17Z
Lists: pgsql-hackers
On Mon, Mar 01, 2021 at 03:30:44PM +0900, Michael Paquier wrote: > 0001 is a clean simplification and a good catch, so I'll see about > applying it. 0002 just makes the code more confusing to the reader > IMO, and its interface could easily lead to unwanted errors. 0001 has been applied as of fabde52. -- Michael
Commits
-
Simplify code to switch pg_class.relrowsecurity in tablecmds.c
- fabde52fab97 14.0 landed