Re: BUG #17789: process_pgfdw_appname() fails for autovacuum workers

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: kuroda.hayato@fujitsu.com
Cc: michael@paquier.xyz, sawada.mshk@gmail.com, exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2023-02-21T04:36:23Z
Lists: pgsql-bugs
At Tue, 21 Feb 2023 01:05:47 +0000, "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com> wrote in 
> Dear Michael, Horiguchi-san,
> 
> Sorry for being late.
> 
> Our first assumption was broken, so I think we should consider like that
> we have missed further thing. 
> 
> We should chose safer one, I +1 the Michael's idea.

+1. It looks good to me.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



Commits

  1. Fix handling of escape sequences in postgres_fdw.application_name

  2. postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.