Re: When IMMUTABLE is not. - Mailing list pgsql-hackers

From Yura Sokolov
Subject Re: When IMMUTABLE is not.
Date
Msg-id 2d38e3c1-6eab-df25-2f27-6c506588070c@postgrespro.ru
Whole thread Raw
In response to Re: When IMMUTABLE is not.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
15.06.2023 16:21, Tom Lane wrote:
> Yura Sokolov <y.sokolov@postgrespro.ru> writes:
>> I found, than declaration of function as IMMUTABLE/STABLE is not enough to be sure
>> function doesn't manipulate data.
> Of course not.  It is the user's responsibility to mark functions
> properly.  Trying to enforce that completely is a fool's errand

https://github.com/postgres/postgres/commit/b2c4071299e02ed96d48d3c8e776de2fab36f88c.patch

https://github.com/postgres/postgres/commit/cdf8b56d5463815244467ea8f5ec6e72b6c65a6c.patch




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: obsolete filename reference in parser README
Next
From: chap@anastigmatix.net
Date:
Subject: Re: When IMMUTABLE is not.