From 9f717f1e3a5ed8b164a082d7344dca91a8c143f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:47 +0300 Subject: [PATCH] stop on errors --- wm.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm.sql b/wm.sql index 12a5ae9..4c1ce44 100644 --- a/wm.sql +++ b/wm.sql @@ -1,5 +1,5 @@ ---\set ON_ERROR_STOP on ---SET plpgsql.extra_errors TO 'all'; +\set ON_ERROR_STOP on +SET plpgsql.extra_errors TO 'all'; -- detect_bends detects bends using the inflection angles. No corrections. drop function if exists detect_bends;