forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb41a85f
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 parent7a8cb4a commitb41a85f
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
| 965 | + | |
965 | 966 |
| |
966 | 967 |
| |
967 | 968 |
| |
968 | 969 |
| |
969 | 970 |
| |
970 | 971 |
| |
971 | 972 |
| |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
972 | 982 |
| |
973 | 983 |
| |
974 | 984 |
| |
975 |
| - | |
976 |
| - | |
977 |
| - | |
978 |
| - | |
979 |
| - | |
980 |
| - | |
981 |
| - | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
982 | 991 |
| |
983 |
| - | |
984 | 992 |
| |
985 | 993 |
| |
986 | 994 |
| |
|
0 commit comments
Comments
(0)