pgsql: Remove remaining GEODEBUG references from geo_ops.c

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove remaining GEODEBUG references from geo_ops.c
Date: 2018-08-16 17:56:29
Message-ID: E1fqMVZ-0003g0-8c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove remaining GEODEBUG references from geo_ops.c

Commit a7dc63d904a6044d299aebdf59ad3199b6a9e99d removed most of the
GEODEBUG occurrences, but there were a couple remaining. So remove
them too, to get rid of the macro entirely.

Author: Emre Hasegeli

Discussion: https://www.postgresql.org/message-id/CAE2gYzxF7-5djV6-cEvqQu-fNsnt%3DEqbOURx7ZDg%2BVv6ZMTWbg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a082aed0723c737ec65222730ccede5db5251b4d

Modified Files
--------------
src/backend/utils/adt/geo_ops.c | 27 ---------------------------
1 file changed, 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-08-16 18:17:44 pgsql: Remove unused configure test for ldopen()
Previous Message Tom Lane 2018-08-16 17:01:16 pgsql: Require a C99-compliant snprintf(), and remove related workaroun