Skip to content
Snippets Groups Projects

query_supervisor #145: error detection during processing a query

Merged Marcin requested to merge mi_qs_issue144_with_error_detection into develop
6 files
+ 198
46
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -29,6 +29,4 @@ bool errstart_cold([[maybe_unused]] int elevel, [[maybe_unused]] const char *dom
@@ -29,6 +29,4 @@ bool errstart_cold([[maybe_unused]] int elevel, [[maybe_unused]] const char *dom
return true;
return true;
}
}
void pg_re_throw(void) { abort(); }
} // extern "C"
} // extern "C"
Loading