From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
---|---|
To: | alvherre(at)alvh(dot)no-ip(dot)org |
Cc: | ikedamsh(at)oss(dot)nttdata(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Fix comments of heap_prune_chain() |
Date: | 2021-07-13 01:22:02 |
Message-ID: | 20210713.102202.1657220915097278406.horikyota.ntt@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
(This is out of topic)
At Mon, 12 Jul 2021 20:17:55 -0400, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote in
> Oh, apologies, I didn't realize there was an attachment. That seems
> specific enough :-)
>
> In my defense, the archives don't show the attachment either:
> https://www.postgresql.org/message-id/5CB29811-2B1D-4244-8DE2-B1E02495426B%40oss.nttdata.com
> I think we've seen this kind of problem before -- the MIME structure of
> the message is quite unusual, which is why neither my MUA nor the
> archives show it.
The same for me. Multipart structure of that mail looks like odd.
multipart/laternative
text/plain - mail body quoted-printable
multipart/mixed
text/html - HTML alternative body
appliation/octet-stream - the patch
text/html - garbage
I found an issue in bugzilla about this behavior
https://bugzilla.mozilla.org/show_bug.cgi?id=1362539
The primary issue is Apple-mail's strange mime-composition.
I'm not sure whether it is avoidable by some settings.
(I don't think the alternative HTML body is useful at least for this
mailling list.)
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2021-07-13 01:25:50 | Re: O_DIRECT on macOS |
Previous Message | Masahiko Sawada | 2021-07-13 01:05:08 | Re: Small documentation improvement for ALTER SUBSCRIPTION |