Re: When IMMUTABLE is not.

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: When IMMUTABLE is not.
Date: 2023-06-15 11:54:34
Message-ID: 5384f80cbdf2ba9f9265bf26c963dc27b5daf3fa.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message torikoshia 2023-06-15 12:38:28 Re: Allow pg_archivecleanup to remove backup history files
Previous Message Laurenz Albe 2023-06-15 11:48:44 Memory leak in incremental sort re-scan