diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-05 13:00:22 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-05 13:00:22 -0500 |
commit | 406a1a9ef0beb0a7e3f58805ab2d3140e2202deb (patch) | |
tree | 1b68d5abeeb93864f49122297aca85c868c8fca2 /src/backend/replication/logical/decode.c | |
parent | 97e899e1b85c7e42ab29cd09fc91cf57760bc1cb (diff) |
Fix some typos introduced by the logical decoding patch.
Erik Rijkers
Diffstat (limited to 'src/backend/replication/logical/decode.c')
-rw-r--r-- | src/backend/replication/logical/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/decode.c b/src/backend/replication/logical/decode.c index e8949aab324..af3948e8a4a 100644 --- a/src/backend/replication/logical/decode.c +++ b/src/backend/replication/logical/decode.c @@ -497,7 +497,7 @@ DecodeCommit(LogicalDecodingContext *ctx, XLogRecordBuffer *buf, /* ---- * Check whether we are interested in this specific transaction, and tell - * the the reorderbuffer to forget the content of the (sub-)transactions + * the reorderbuffer to forget the content of the (sub-)transactions * if not. * * There basically two reasons we might not be interested in this |