From: | "osumi(dot)takamichi(at)fujitsu(dot)com" <osumi(dot)takamichi(at)fujitsu(dot)com> |
---|---|
To: | 'Masahiko Sawada' <sawada(dot)mshk(at)gmail(dot)com>, "shiy(dot)fnst(at)fujitsu(dot)com" <shiy(dot)fnst(at)fujitsu(dot)com> |
Cc: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, "Drouvot, Bertrand" <bdrouvot(at)amazon(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Oh, Mike" <minsoo(at)amazon(dot)com> |
Subject: | RE: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns |
Date: | 2022-07-19 07:28:15 |
Message-ID: | TYCPR01MB83732FD59E1239B74577E65DED8F9@TYCPR01MB8373.jpnprd01.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sunday, July 17, 2022 9:59 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> I've attached patches for all supported branches including the master.
Hi,
Minor comments for REL14.
(1) There are some foreign characters in the patches (in the commit message)
When I had a look at your patch for back branches with some editor,
I could see some unfamiliar full-width characters like below two cases,
mainly around "single quotes" in the sentences.
Could you please check the entire patches,
probably by some tool that helps you to detect this kind of characters ?
* the 2nd paragraph of the commit message
...mark the transaction as containing catalog changes if it窶冱 in the list of the
initial running transactions ...
* the 3rd paragraph of the same
It doesn窶冲 have the information on which (sub) transaction has catalog changes....
FYI, this comment applies to other patches for REL13, REL12, REL11, REL10.
(2) typo in the commit message
FROM:
To fix this problem, this change the reorder buffer so that...
TO:
To fix this problem, this changes the reorder buffer so that...
(3) typo in ReorderBufferProcessInitialXacts
+ /*
+ * Remove transactions that would have been processed and we don't need to
+ * keep track off anymore.
Kindly change
FROM:
keep track off
TO:
keep track of
Best Regards,
Takamichi Osumi
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Kalcher | 2022-07-19 07:29:03 | Re: [PATCH] Introduce array_shuffle() and array_sample() |
Previous Message | Masahiko Sawada | 2022-07-19 07:02:26 | Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns |