This commit is contained in:
Christian Grothoff 2022-12-27 11:03:08 +01:00
parent 66d78c73e4
commit 704f791d0c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -66,7 +66,7 @@ transaction_duplicate= FALSE;
out_reserve_found = FALSE;
ELSE
-- 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;
END IF;
PERFORM pg_notify(in_notify, NULL);