Skip to content

Commit 4833739

Browse files
committed
Fix typo in comment
Masahiko Sawada
1 parent 6812330 commit 4833739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/predicate.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@ TransferPredicateLocksToNewTarget(PREDICATELOCKTARGETTAG oldtargettag,
28412841
/* We shouldn't run out of memory if we're moving locks */
28422842
Assert(!outOfShmem);
28432843

2844-
/* Put the scrach entry back */
2844+
/* Put the scratch entry back */
28452845
RestoreScratchTarget(false);
28462846
}
28472847

0 commit comments

Comments
 (0)