Skip to content

Commit bb37684

Browse files
committed
change default value of argument 'raise_error' for function @extschema@.validate_part_callback()
1 parent c572154 commit bb37684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS @extschema@.pathman_config (
3535
*/
3636
CREATE OR REPLACE FUNCTION @extschema@.validate_part_callback(
3737
callback REGPROC,
38-
raise_error BOOL DEFAULT FALSE)
38+
raise_error BOOL DEFAULT TRUE)
3939
RETURNS BOOL AS 'pg_pathman', 'validate_part_callback_pl'
4040
LANGUAGE C STRICT;
4141

0 commit comments

Comments
 (0)