Re: Remove old RULE privilege completely

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove old RULE privilege completely
Date: 2024-09-11 14:55:47
Message-ID: bf2d4878-a7d1-4985-bdfc-d54837083422@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Junwang Zhao 2024-09-11 14:56:33 Re: BUG #18598: AddressSanitizer detects use after free inside json_unique_hash_match()
Previous Message Fujii Masao 2024-09-11 14:50:25 Re: Add on_error and log_verbosity options to file_fdw