Re: [PATCH] Add reloption for views to enable RLS

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Japin Li <japinli@hotmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-03-21T12:40:05Z
Lists: pgsql-hackers
On Mon, 2022-03-21 at 18:09 +0800, Japin Li wrote:
> After apply the patch, I found pg_checksums.c also has the similar code.
> 
> In progress_report(), I'm not sure we can do this replace for this code.
> 
>     snprintf(total_size_str, sizeof(total_size_str), INT64_FORMAT,
>              total_size / (1024 * 1024));
>     snprintf(current_size_str, sizeof(current_size_str), INT64_FORMAT,
>              current_size / (1024 * 1024));
> 
>     fprintf(stderr, _("%*s/%s MB (%d%%) computed"),
>             (int) strlen(current_size_str), current_size_str, total_size_str,
>             percent);

I think you replied to the wrong thread...

Yours,
Laurenz Albe




Commits

  1. Add support for security invoker views.

  2. Replace use of deprecated Python module distutils.sysconfig