annotate .hgchurn @ 4431:8fcabb6f971e

Fix operator support functions Operators used in an operator class should not be based on SQL functions, which might be inlined, thus preventing index usage based on the operator. Schema qualify functions called inside functions to make the outer function work independendly from search_path setting. This makes it possible to use the operators using the 'OPERATOR(<schema>.<opname>)' syntax. Most importantly, it fixes the usage of isrs_diff() during autovacuum.
author Tom Gottfried <tom@intevation.de>
date Wed, 18 Sep 2019 17:26:28 +0200
parents 451c7d3fe6be
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1246
b41494821b02 Add .hgchurn to ease commit stats
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
1 teichmann@intevation.de = sascha.teichmann@intevation.de
1686
451c7d3fe6be Added bernhard.reiter@intevation.de to churn aliases.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 1246
diff changeset
2 bernhard.reiter@intevation.de = bernhard@intevation.de