-work around missing constraint, if not present

This commit is contained in:
Christian Grothoff 2022-02-20 19:25:56 +01:00
parent e02c850acf
commit bc150693de
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -7942,7 +7942,7 @@ postgres_start_deferred_wire_out (void *cls)
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_ExecuteStatement es[] = {
GNUNET_PQ_make_execute ("START TRANSACTION ISOLATION LEVEL READ COMMITTED"),
GNUNET_PQ_make_execute ("SET CONSTRAINTS wire_out_ref DEFERRED"),
GNUNET_PQ_make_try_execute ("SET CONSTRAINTS wire_out_ref DEFERRED"),
GNUNET_PQ_EXECUTE_STATEMENT_END
};