Re: [PATCH] Add reloption for views to enable RLS
| От | Laurenz Albe |
|---|---|
| Тема | Re: [PATCH] Add reloption for views to enable RLS |
| Дата | |
| Msg-id | 8dc89991dfe0ec47af9b863c227ac464e2fd7dc7.camel@cybertec.at обсуждение исходный текст |
| Ответ на | [PATCH] Add reloption for views to enable RLS (Christoph Heiss <christoph.heiss@cybertec.at>) |
| Ответы |
Re: [PATCH] Add reloption for views to enable RLS
|
| Список | 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 по дате отправления: