pgsql: Remove remaining GEODEBUG references from geo_ops.c - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Remove remaining GEODEBUG references from geo_ops.c
Date
Msg-id E1fqMVZ-0003g0-8c@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Require a C99-compliant snprintf(),and remove related workaroun
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unused configure test for ldopen()