Re: Couldn't we mark enum_in() as immutable?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Couldn't we mark enum_in() as immutable?
Date: 2021-09-28 13:36:34
Message-ID: B0B0EF0A-6BE6-4D8A-9DCC-7CBDB5581B1F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 27 Sep 2021, at 23:54, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> So it seems like the results of
> enum_in() are immutable for as long as anybody could care about them,
> and that's good enough.

+1. I can't think of a situation where this wouldn't hold.

--
Daniel Gustafsson https://vmware.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2021-09-28 13:38:50 Re: [PATCH] Support pg_ident mapping for LDAP
Previous Message Daniel Gustafsson 2021-09-28 13:33:11 Re: pgcrypto support for bcrypt $2b$ hashes