mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix typo in comment
Masahiko Sawada
This commit is contained in:
@ -2841,7 +2841,7 @@ exit:
|
|||||||
/* We shouldn't run out of memory if we're moving locks */
|
/* We shouldn't run out of memory if we're moving locks */
|
||||||
Assert(!outOfShmem);
|
Assert(!outOfShmem);
|
||||||
|
|
||||||
/* Put the scrach entry back */
|
/* Put the scratch entry back */
|
||||||
RestoreScratchTarget(false);
|
RestoreScratchTarget(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user