Commit 2ed19a4
committed
Set gen_random_uuid() to volatile
It was set to immutable. This was a mistake in the initial
commit (5925e55).
Reported-by: hubert depesz lubaczewski <depesz@depesz.com>
Discussion: https://www.postgresql.org/message-id/flat/20200218185452.GA8710%40depesz.com1 parent 5b618e1 commit 2ed19a4
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8421 | 8421 | | |
8422 | 8422 | | |
8423 | 8423 | | |
8424 | | - | |
8425 | | - | |
| 8424 | + | |
| 8425 | + | |
8426 | 8426 | | |
8427 | 8427 | | |
8428 | 8428 | | |
| |||
0 commit comments