Skip to content
Snippets Groups Projects
Commit 13acfe47 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

txn: add helper to detect transaction boundaries

Add txn_is_first_statement() function, which returns true if this is the
first statement of the transaction. The function is supposed to be used
from on_replace trigger to detect transaction boundaries.

Needed for #2129
parent 21eed04c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment