public inbox for [email protected]
help / color / mirror / Atom feedFrom: Ilmar Y <[email protected]>
To: [email protected]
Cc: Akshay Joshi <[email protected]>
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Date: Sat, 30 May 2026 12:14:33 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <SY7PR01MB1092118DD149062E230159D89B6162@SY7PR01MB10921.ausprd01.prod.outlook.com>
References: <CANxoLDdJsRJqnjMXV3yjsk07Z5iRWxG-c2hZJC7bAKqf8ZXj_A@mail.gmail.com>
<SY7PR01MB1092118DD149062E230159D89B6162@SY7PR01MB10921.ausprd01.prod.outlook.com>
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: tested, passed
Spec compliant: not tested
Documentation: not tested
Hi,
I re-checked v11 against current origin/master at
db5ed03217b9c238703df8b4b286115d6e940488.
The patch applies cleanly, and git diff --check reports no issues.
I built with:
./configure --prefix="$PWD/pg-install" --without-readline --without-zlib --without-icu
make -s -j8
make -s install
make -C src/test/regress check TESTS=rowsecurity
passed. The regression run completed successfully; all 245 tests passed,
including rowsecurity.
I also re-ran the two manual repro scripts from my previous review. Both now
complete successfully.
The non-pretty USING case now reconstructs:
CREATE POLICY p_true ON public.t USING (true);
and the generated statement executes successfully.
The non-pretty WITH CHECK case now reconstructs:
CREATE POLICY p_check ON public.t FOR INSERT WITH CHECK (false);
and that generated statement also executes successfully.
So the round-trip issue I reported for v10 is fixed for me in v11.
Regards,
Ilmar Yunusov
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox