aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-06-02 09:40:54 +0200
committerMagnus Hagander <magnus@hagander.net>2017-06-02 09:40:54 +0200
commit483373979b17f10b2dfa4b12e68c3b961a9f8454 (patch)
treee7e1e51c96911718dc41e60682078d7f4748f4c1 /src
parent6812330f1cc95f258ffe4ce7d56bdd56efbd9fde (diff)
downloadpostgresql-483373979b17f10b2dfa4b12e68c3b961a9f8454.tar.gz
postgresql-483373979b17f10b2dfa4b12e68c3b961a9f8454.zip
Fix typo in comment
Masahiko Sawada
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/lmgr/predicate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/predicate.c b/src/backend/storage/lmgr/predicate.c
index a3f0b8aba5c..27c4af91cb2 100644
--- a/src/backend/storage/lmgr/predicate.c
+++ b/src/backend/storage/lmgr/predicate.c
@@ -2841,7 +2841,7 @@ exit:
/* We shouldn't run out of memory if we're moving locks */
Assert(!outOfShmem);
- /* Put the scrach entry back */
+ /* Put the scratch entry back */
RestoreScratchTarget(false);
}