pgsql: Revert "Convert contrib/seg's bool-returning SQL functions to V1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Convert contrib/seg's bool-returning SQL functions to V1
Date: 2016-04-28 15:48:59
Message-ID: E1avoBX-0007pB-7k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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().

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/695718f99c4b9581fe6cc12543b69f2654a07f3b

Modified Files
--------------
contrib/seg/seg.c | 300 +++++++++++++++++++-----------------------------------
1 file changed, 105 insertions(+), 195 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-28 15:51:40 pgsql: Adjust DatumGetBool macro, this time for sure.
Previous Message Teodor Sigaev 2016-04-28 13:39:46 pgsql: Prevent to use magic constants