Add const qualifiers to internal range type APIs

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add const qualifiers to internal range type APIs
Date: 2019-10-28 09:01:42
Message-ID: dc9b45fa-b950-fadc-4751-85d6f729df55@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch adds const qualifiers to internal range type APIs. It
doesn't require any new casts or remove any old ones.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Add-const-qualifiers-to-internal-range-type-APIs.patch text/plain 19.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2019-10-28 09:08:29 Re: [HACKERS] Block level parallel vacuum
Previous Message Peter Eisentraut 2019-10-28 08:43:30 Re: alternative to PG_CATCH