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

From Laurenz Albe
Subject Re: When IMMUTABLE is not.
Date
Msg-id 5384f80cbdf2ba9f9265bf26c963dc27b5daf3fa.camel@cybertec.at
Whole thread Raw
In response to When IMMUTABLE is not.  (Yura Sokolov <y.sokolov@postgrespro.ru>)
List pgsql-hackers
On Thu, 2023-06-15 at 13:22 +0300, Yura Sokolov wrote:
> Good day, hackers.
>
> I found, than declaration of function as IMMUTABLE/STABLE is not enough to be sure
> function doesn't manipulate data.
>
> [...]
>
> +                        errmsg("Damn1! Update were done in a non-volatile function")));

I think it is project policy to start error messages with a lower case character.

Yours,
Laurenz Albe



pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Memory leak in incremental sort re-scan
Next
From: torikoshia
Date:
Subject: Re: Allow pg_archivecleanup to remove backup history files