pgsql: Straighten out leakproofness markings on text comparison functio

2019-09-21 Thread Tom Lane
Straighten out leakproofness markings on text comparison functions. Since we introduced the idea of leakproof functions, texteq and textne were marked leakproof but their sibling text comparison functions were not. This inconsistency seemed justified because texteq/textne just relied on memcmp()

pgsql: Straighten out leakproofness markings on text comparison functio

2019-09-21 Thread Tom Lane
Straighten out leakproofness markings on text comparison functions. Since we introduced the idea of leakproof functions, texteq and textne were marked leakproof but their sibling text comparison functions were not. This inconsistency seemed justified because texteq/textne just relied on memcmp()