Re: gen_random_uuid() is immutable in Pg 13devel

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: gen_random_uuid() is immutable in Pg 13devel
Дата
Msg-id 20200218190133.GA22454@alvherre.pgsql
обсуждение исходный текст
Ответ на gen_random_uuid() is immutable in Pg 13devel  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: gen_random_uuid() is immutable in Pg 13devel  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-bugs
On 2020-Feb-18, hubert depesz lubaczewski wrote:

> Hi,
> I noticed that get_random_uuid() from pgcrypt is marked as immutable.
> 
> Up to 12.2 it was volatile, and in 13 it became immutable.
> 
> This leads to "interesting" change, that:
> 
> select gen_random_uuid() from generate_series(1,10);
> 
> returns 10 different uuids before 13, and 10 identical ones on 13devel.
> 
> It looks that commit 5925e5549890416bcf588334d9d0bc99f8ad6c7f forgot to
> mark the function as volatile. Not sure if it was intentional.

It seems an oversight to me.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-bugs по дате отправления:

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: gen_random_uuid() is immutable in Pg 13devel
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16264: Server closed the connection unexpectedly