mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix duplicated words in comments
Author: Stephen Amell Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
This commit is contained in:
@ -1533,7 +1533,7 @@ ReorderBufferCommit(ReorderBuffer *rb, TransactionId xid,
|
||||
/*
|
||||
* 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 the
|
||||
* can fail to look up the relfilenode, because the
|
||||
* relmapper has no "historic" view, in contrast to normal
|
||||
* the normal catalog during decoding. Thus repeated
|
||||
* rewrites can cause a lookup failure. That's OK because
|
||||
|
Reference in New Issue
Block a user