Re: Remove old RULE privilege completely - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Remove old RULE privilege completely
Date
Msg-id bf2d4878-a7d1-4985-bdfc-d54837083422@oss.nttdata.com
Whole thread Raw
In response to Re: Remove old RULE privilege completely  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers

On 2024/09/10 4:49, Nathan Bossart wrote:
>> Ok, so, patch attached.
>>
>> There was a test to check if has_table_privilege() accepted the keyword RULE.
>> The patch removed it since it's now unnecessary and would only waste cycles
>> testing that has_table_privilege() no longer accepts the keyword.
> 
> LGTM

Thanks for the review! Barring any objections, I'll commit the patch.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION




pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Add on_error and log_verbosity options to file_fdw
Next
From: Junwang Zhao
Date:
Subject: Re: BUG #18598: AddressSanitizer detects use after free inside json_unique_hash_match()