diff options
Diffstat (limited to 'src/include/replication/logical.h')
-rw-r--r-- | src/include/replication/logical.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h index 0daa38cb895..78404091986 100644 --- a/src/include/replication/logical.h +++ b/src/include/replication/logical.h @@ -47,8 +47,8 @@ typedef struct LogicalDecodingContext /* * Marks the logical decoding context as fast forward decoding one. Such a - * context does not have plugin loaded so most of the following - * properties are unused. + * context does not have plugin loaded so most of the following properties + * are unused. */ bool fast_forward; |