Re: Add const qualifiers to internal range type APIs

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add const qualifiers to internal range type APIs
Date: 2019-10-28 13:05:40
Message-ID: CA+Tgmobqm2ZcdWpr5fKsvJiDkiN+V4T0pBxROD8dNM9=4eLP_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 28, 2019 at 5:01 AM Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> This patch adds const qualifiers to internal range type APIs. It
> doesn't require any new casts or remove any old ones.

Just out of curiosity, what is the motivation for this?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Diggory Blake 2019-10-28 13:08:15 Re: Proposition to use '==' as synonym for 'IS NOT DISTINCT FROM'
Previous Message Robert Haas 2019-10-28 12:53:58 Re: [Proposal] Arbitrary queries in postgres_fdw