diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-05-04 20:40:19 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-05-04 20:40:19 -0400 |
commit | ad8d6d064cbcc165e3033a6ed56818f711b0ffae (patch) | |
tree | 617a8d7e6bc6a4fcf7c3bf1786c4505ea58fa62b /src | |
parent | 40f42d2a34329b0b71a1287d6fd2554298dbb713 (diff) | |
download | postgresql-ad8d6d064cbcc165e3033a6ed56818f711b0ffae.tar.gz postgresql-ad8d6d064cbcc165e3033a6ed56818f711b0ffae.zip |
Fix typos
Author: Erik Rijkers <er@xs4all.nl>
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/origin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c index f6b5ae9c391..738e4b7a41d 100644 --- a/src/backend/replication/logical/origin.c +++ b/src/backend/replication/logical/origin.c @@ -798,7 +798,7 @@ replorigin_redo(XLogReaderState *record) * that originated at the LSN remote_commit on the remote node was replayed * successfully and that we don't need to do so again. In combination with * setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we - * won't loose knowledge about that after a crash if the the transaction had a + * won't loose knowledge about that after a crash if the transaction had a * persistent effect (think of asynchronous commits). * * local_commit needs to be a local LSN of the commit so that we can make sure |