diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-14 11:38:30 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-14 12:58:39 -0400 |
| commit | f97a028d8ee3e7d64a93285707af94b612c47651 (patch) | |
| tree | 493c190e8470843ca2cd73ac06f86476d5721062 /src/backend/access | |
| parent | 5ed6fff6b729c3cce55d4abc8f695da93aa40a0d (diff) | |
| download | postgresql-f97a028d8ee3e7d64a93285707af94b612c47651.tar.gz | |
Spelling fixes in code comments
From: Josh Soref <jsoref@gmail.com>
Diffstat (limited to 'src/backend/access')
| -rw-r--r-- | src/backend/access/transam/twophase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index 5cefc43bfe..83ca6e0408 100644 --- a/src/backend/access/transam/twophase.c +++ b/src/backend/access/transam/twophase.c @@ -1612,7 +1612,7 @@ CheckPointTwoPhase(XLogRecPtr redo_horizon) * * It's also possible to move I/O out of the lock, but on every error we * should check whether somebody committed our transaction in different - * backend. Let's leave this optimisation for future, if somebody will + * backend. Let's leave this optimization for future, if somebody will * spot that this place cause bottleneck. * * Note that it isn't possible for there to be a GXACT with a |
