diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-20 19:44:46 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-05-20 19:45:43 +0300 |
commit | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch) | |
tree | b6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/backend/replication/logical/reorderbuffer.c | |
parent | 4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff) |
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r-- | src/backend/replication/logical/reorderbuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index 5b407aadef6..2d86323f6f4 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -143,7 +143,7 @@ typedef struct ReorderBufferDiskChange * without hitting disk in OLTP workloads, while starting to spool to disk in * other workloads reasonably fast. * - * At some point in the future it probaly makes sense to have a more elaborate + * At some point in the future it probably makes sense to have a more elaborate * resource management here, but it's not entirely clear what that would look * like. */ @@ -1704,7 +1704,7 @@ ReorderBufferForget(ReorderBuffer *rb, TransactionId xid, XLogRecPtr lsn) txn->final_lsn = lsn; /* - * Proccess cache invalidation messages if there are any. Even if we're + * Process cache invalidation messages if there are any. Even if we're * not interested in the transaction's contents, it could have manipulated * the catalog and we need to update the caches according to that. */ |