diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-26 12:04:44 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-26 12:07:11 -0400 |
commit | e495c1683f2c243f6769b34a009cf9c28526b555 (patch) | |
tree | 4412f09990752c33bd843c92aebdf83cee645ba6 /src/backend/replication/logical/message.c | |
parent | 1f8b060121d654fbb08702752f63d251f5ce8088 (diff) | |
download | postgresql-e495c1683f2c243f6769b34a009cf9c28526b555.tar.gz postgresql-e495c1683f2c243f6769b34a009cf9c28526b555.zip |
Spelling fixes in code comments
Author: Euler Taveira <euler@timbira.com.br>
Diffstat (limited to 'src/backend/replication/logical/message.c')
-rw-r--r-- | src/backend/replication/logical/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/message.c b/src/backend/replication/logical/message.c index 0dc3a9b014f..ef7d6c5cdeb 100644 --- a/src/backend/replication/logical/message.c +++ b/src/backend/replication/logical/message.c @@ -20,7 +20,7 @@ * Non-transactional messages are sent to the plugin at the time when the * logical decoding reads them from XLOG. This also means that transactional * messages won't be delivered if the transaction was rolled back but the - * non-transactional one will be delivered always. + * non-transactional one will always be delivered. * * Every message carries prefix to avoid conflicts between different decoding * plugins. The plugin authors must take extra care to use unique prefix, |