Обсуждение: pgsql: Set gen_random_uuid() to volatile

Поиск
Список
Период
Сортировка

pgsql: Set gen_random_uuid() to volatile

От
Peter Eisentraut
Дата:
Set gen_random_uuid() to volatile

It was set to immutable.  This was a mistake in the initial
commit (5925e5549890416bcf588334d9d0bc99f8ad6c7f).

Reported-by: hubert depesz lubaczewski <depesz@depesz.com>
Discussion: https://www.postgresql.org/message-id/flat/20200218185452.GA8710%40depesz.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ed19a488edb3980e054e6064e7028ccb652e5df

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)