forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1669fd
committed
Fix instance of elog() called while holding a spinlock
This broke the project rule to not call any complex code while aspinlock is held. Issue introduced byb89e151.Discussion:https://postgr.es/m/20200602.161518.1399689010416646074.horikyota.ntt@gmail.comBackpatch-through: 9.51 parentf88bd31 commitc1669fd
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
972 | 972 |
| |
973 | 973 |
| |
974 | 974 |
| |
| 975 | + | |
975 | 976 |
| |
976 | 977 |
| |
977 | 978 |
| |
978 | 979 |
| |
979 | 980 |
| |
980 | 981 |
| |
981 | 982 |
| |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
982 | 992 |
| |
983 | 993 |
| |
984 | 994 |
| |
985 |
| - | |
986 |
| - | |
987 |
| - | |
988 |
| - | |
989 |
| - | |
990 |
| - | |
991 |
| - | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
992 | 1001 |
| |
993 |
| - | |
994 | 1002 |
| |
995 | 1003 |
| |
996 | 1004 |
| |
|
0 commit comments
Comments
(0)