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/reorderbuffer.c | |
parent | 97e899e1b85c7e42ab29cd09fc91cf57760bc1cb (diff) |
Fix some typos introduced by the logical decoding patch.
Erik Rijkers
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r-- | src/backend/replication/logical/reorderbuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index e7182338b89..ad560345b40 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -2741,7 +2741,7 @@ ReorderBufferToastReset(ReorderBuffer *rb, ReorderBufferTXN *txn) * * A tuple with a cmin but no cmax (and thus no combocid) got * deleted/updated in another transaction than the one which created it * which we are looking at right now. As only one of cmin, cmax or combocid - * is actually stored in the heap we don't have access to the the value we + * is actually stored in the heap we don't have access to the value we * need anymore. * * To resolve those problems we have a per-transaction hash of (cmin, |