stud

study spacejunk
Log | Files | Refs | LICENSE

commit 192a19ba280355934756fec54f7e8c116f83dd52 (tree)
parent c066b2f28b1dbc8c24bbe29f88cd65d8df45edb4
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Wed, 14 Apr 2021 20:16:50 +0300

stop on errors

Diffstat:
MIV/wm.sql | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/IV/wm.sql b/IV/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;