Skip to content
Snippets Groups Projects
Commit eb75f4fc authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Use proper enum constants for LockWaitPolicy

parent 016c9908
Branches
Tags
No related merge requests found
......@@ -176,7 +176,7 @@ retry:
res = heap_lock_tuple(rel, &locktup, GetCurrentCommandId(false),
lockmode,
false /* wait */,
LockWaitBlock,
false /* don't follow updates */,
&buf, &hufd);
/* the tuple slot already has the buffer pinned */
......@@ -323,7 +323,7 @@ retry:
res = heap_lock_tuple(rel, &locktup, GetCurrentCommandId(false),
lockmode,
false /* wait */,
LockWaitBlock,
false /* don't follow updates */,
&buf, &hufd);
/* the tuple slot already has the buffer pinned */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment