Closed alexandrosfilios closed 3 months ago
When CREATE OR REPLACE FUNCTION is called from two different threads (replicas), we get the following error
pq: tuple concurrently updated
Now we use a lock to coordinate the creation of the function and the trigger.
When CREATE OR REPLACE FUNCTION is called from two different threads (replicas), we get the following error
Now we use a lock to coordinate the creation of the function and the trigger.