diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
commit | 7e19929ea29668f3d01280262e407b93042c959a (patch) | |
tree | 1785de8a1f836c4ff49603397e097ebe65dc9965 /src/include/replication/logical.h | |
parent | ae7291acbc5ae4c3751615177fc256f9f3399403 (diff) |
Fix duplicated words in comments
Author: Stephen Amell
Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
Diffstat (limited to 'src/include/replication/logical.h')
-rw-r--r-- | src/include/replication/logical.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h index 0a2a63a48c8..0daa38cb895 100644 --- a/src/include/replication/logical.h +++ b/src/include/replication/logical.h @@ -47,7 +47,7 @@ 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 the following + * context does not have plugin loaded so most of the following * properties are unused. */ bool fast_forward; |