| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Gyan Sreejith <gyan(dot)sreejith(at)gmail(dot)com> |
| Cc: | Peter Smith <smithpb2250(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: [Proposal] Adding Log File Capability to pg_createsubscriber |
| Date: | 2026-04-07 13:37:06 |
| Message-ID: | 618f670b-b097-4bd1-8d88-a6eaad031c06@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 01.04.26 07:05, Hayato Kuroda (Fujitsu) wrote:
> Dear Peter E.,
>
>> Instead of creating a new logging API in pg_createsubscriber locally,
>> why not extend logging.c to support a log file.
>
> I had a concern to extend the common module. Do you have possible idea to use
> pg_logging_set_logfile() on others? I cannot, tee command on linux seems enough
> for others.
pg_upgrade was mentioned.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Korotkov | 2026-04-07 13:46:29 | Re: Implement waiting for wal lsn replay: reloaded |
| Previous Message | Peter Eisentraut | 2026-04-07 13:36:05 | Re: [Proposal] Adding Log File Capability to pg_createsubscriber |