Re: [PATCH] Add reloption for views to enable RLS - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: [PATCH] Add reloption for views to enable RLS
Date
Msg-id 8dc89991dfe0ec47af9b863c227ac464e2fd7dc7.camel@cybertec.at
Whole thread Raw
In response to [PATCH] Add reloption for views to enable RLS  (Christoph Heiss <christoph.heiss@cybertec.at>)
Responses Re: [PATCH] Add reloption for views to enable RLS  (Japin Li <japinli@hotmail.com>)
List 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




pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: Skipping logical replication transactions on subscriber side
Next
From: Peter Eisentraut
Date:
Subject: Re: logical decoding and replication of sequences