forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbf8bf6d
committed
Fix _bt_allequalimage() call within critical section.
_bt_allequalimage() does complicated things, so it's not OK to call itin a critical section. Per buildfarm failure on 'prion', which uses-DRELCACHE_FORCE_RELEASE -DCATCACHE_FORCE_RELEASE options.Discussion:https://www.postgresql.org/message-id/6e5bbc08-cdfc-b2b3-9e23-1a914b9850a9@iki.fiBackpatch-through: 16, like commitccadf73 that introduced this1 parent260a1f1 commitbf8bf6d
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| 154 | + | |
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
| |||
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
172 |
| - | |
| 173 | + | |
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
|
0 commit comments
Comments
(0)