diff options
Diffstat (limited to 'src/include/replication')
| -rw-r--r-- | src/include/replication/reorderbuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h index 8d8d418e8e3..1d9a1d343e7 100644 --- a/src/include/replication/reorderbuffer.h +++ b/src/include/replication/reorderbuffer.h @@ -214,9 +214,9 @@ typedef struct ReorderBufferTXN /* * Has this transaction been spilled to disk? It's not always possible to - * deduce that fact by comparing nentries with nentries_mem, because - * e.g. subtransactions of a large transaction might get serialized - * together with the parent - if they're restored to memory they'd have + * deduce that fact by comparing nentries with nentries_mem, because e.g. + * subtransactions of a large transaction might get serialized together + * with the parent - if they're restored to memory they'd have * nentries_mem == nentries. */ bool serialized; |
