forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ed19a4
committed
Set gen_random_uuid() to volatile
It was set to immutable. This was a mistake in the initialcommit (5925e55).Reported-by: hubert depesz lubaczewski <depesz@depesz.com>Discussion:https://www.postgresql.org/message-id/flat/20200218185452.GA8710%40depesz.com1 parent5b618e1 commit2ed19a4
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 2 additions & 2 deletions
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
Comments
(0)