Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing

From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing
Date: 2021-11-04 15:46:29
Message-ID: 880875d1-9e07-3776-3981-bbb96520302b@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> It's supposed to remove non-ascii characters.
>
> I think this is a leftover from the py2->py3 conversion. It looks like an overenthusiastic regexp replacement in the 2to3 tool. See bb5775ef where it came from. I'll go change it to jut str(err).

Right. Beware that there are other similar failing conversions in the same commit on lines in loader/lib/parser.py that should be addressed as well

--
Célestin Matte

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Célestin Matte 2021-11-04 16:40:49 Re: [PATCH] pgarchives: Allow use of IP ranges for SEARCH_CLIENTS
Previous Message Célestin Matte 2021-11-04 15:34:35 Re: [PATCH] pgarchives: parser: handle messages in which Message-ID is missing