forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03aa25b
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 parent3d474a0 commit03aa25b
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
974 | 974 |
| |
975 | 975 |
| |
976 | 976 |
| |
| 977 | + | |
977 | 978 |
| |
978 | 979 |
| |
979 | 980 |
| |
980 | 981 |
| |
981 | 982 |
| |
982 | 983 |
| |
983 | 984 |
| |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
984 | 994 |
| |
985 | 995 |
| |
986 | 996 |
| |
987 |
| - | |
988 |
| - | |
989 |
| - | |
990 |
| - | |
991 |
| - | |
992 |
| - | |
993 |
| - | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
994 | 1003 |
| |
995 |
| - | |
996 | 1004 |
| |
997 | 1005 |
| |
998 | 1006 |
| |
|
0 commit comments
Comments
(0)