This commit is contained in:
committed by
Git OBS Bridge
parent
9d39605739
commit
db86814890
4
pgsql_plugin.c.patch
Normal file
4
pgsql_plugin.c.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
522c522
|
||||
< else snprintf(lock_clause, sizeof(lock_clause), "BEGIN; LOCK %s IN EXCLUSIVE MODE;", config.sql_table);
|
||||
---
|
||||
> else snprintf(lock_clause, sizeof(lock_clause), "BEGIN; LOCK %s IN ROW EXCLUSIVE MODE;", config.sql_table);
|
Reference in New Issue
Block a user