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

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

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

This reverts commit c8e81afc60093b199a128ccdfbb692ced8e0c9cd.
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