From d49fc00bc852ee123b906605f3c166cf0d0a1c0a Mon Sep 17 00:00:00 2001 From: houzj Date: Tue, 5 Jan 2021 08:48:18 +0800 Subject: [PATCH] fix typo --- src/backend/replication/logical/reorderbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index df63b90..4f2cb12 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -2042,7 +2042,7 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn, * Mapped catalog tuple without data, emitted while * catalog table was in the process of being rewritten. We * can fail to look up the relfilenode, because the - * relmapper has no "historic" view, in contrast to normal + * relmapper has no "historic" view, in contrast to * the normal catalog during decoding. Thus repeated * rewrites can cause a lookup failure. That's OK because * we do not decode catalog changes anyway. Normally such -- 2.7.2.windows.1