Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention."

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 695718f99c4b9581fe6cc12543b69f2654a07f3b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-28T15:48:10Z
Releases: 9.5.3
Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention."

This reverts commit b1dd2f86ce7d43f23f6aae307bb22de826849e7d.
That turns out to have been based on a faulty diagnosis of why the
VS2015 build was misbehaving.  Instead, we need to fix DatumGetBool().

Files

PathChange+/−
contrib/seg/seg.c modified +105 −195