Revision 14233
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
881 | 881 |
SELECT * FROM types WHERE ($$||expr||$$) IS DISTINCT FROM result_type_null |
882 | 882 |
/* can't just use IS NOT NULL, or even `= result_type_null`, because these |
883 | 883 |
will simplify NULL exprs too far */ |
884 |
$$) line |
|
884 |
$$ |
|
885 |
, verbose_ := true) line |
|
885 | 886 |
LIMIT 1 |
886 | 887 |
$_$; |
887 | 888 |
|
Also available in: Unified diff
fix: schemas/util.sql: canon_sql(): use explain()'s verbose mode to facilitate debugging