forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5ed8b4a
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 parent0c735c6 commit5ed8b4a
1 file changed
+16
-8
lines changedLines changed: 16 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
| 890 | + | |
890 | 891 |
| |
891 | 892 |
| |
892 | 893 |
| |
893 | 894 |
| |
894 | 895 |
| |
895 | 896 |
| |
896 | 897 |
| |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
897 | 907 |
| |
898 | 908 |
| |
899 | 909 |
| |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 |
| - | |
905 |
| - | |
906 |
| - | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
907 | 916 |
| |
908 |
| - | |
909 | 917 |
| |
910 | 918 |
| |
911 | 919 |
| |
|
0 commit comments
Comments
(0)