-typo
This commit is contained in:
parent
66d78c73e4
commit
704f791d0c
@ -66,7 +66,7 @@ transaction_duplicate= FALSE;
|
|||||||
out_reserve_found = FALSE;
|
out_reserve_found = FALSE;
|
||||||
ELSE
|
ELSE
|
||||||
-- We made no change, which means the reserve existed.
|
-- We made no change, which means the reserve existed.
|
||||||
out_reserve_found = TRUE; /*RESERVE EXISTED BUT WE DO NOT KNOW ANY INFORMATIONS ABOUT TRANSACTION, RETURN*/
|
out_reserve_found = TRUE; /*RESERVE EXISTED BUT WE DO NOT HAVE ANY INFORMATION ABOUT TRANSACTION, RETURN*/
|
||||||
RETURN;
|
RETURN;
|
||||||
END IF;
|
END IF;
|
||||||
PERFORM pg_notify(in_notify, NULL);
|
PERFORM pg_notify(in_notify, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user