forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc21e6e2
committed
Clear CurrentResourceOwner earlier in CommitTransaction.
Alexander reported a crash with repeated create + drop database, afterthe ResourceOwner rewrite (commitb8bff07). That was fixed by theprevious commit, but it nevertheless seems like a good idea clearCurrentResourceOwner earlier, because you're not supposed to use itfor anything after we start releasing it.Reviewed-by: Alexander LakhinDiscussion:https://www.postgresql.org/message-id/11b70743-c5f3-3910-8e5b-dd6c115ff829%40gmail.com1 parent325f540 commitc21e6e2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2309 | 2309 |
| |
2310 | 2310 |
| |
2311 | 2311 |
| |
| 2312 | + | |
2312 | 2313 |
| |
2313 | 2314 |
| |
2314 | 2315 |
| |
| |||
2374 | 2375 |
| |
2375 | 2376 |
| |
2376 | 2377 |
| |
2377 |
| - | |
2378 | 2378 |
| |
2379 | 2379 |
| |
2380 | 2380 |
| |
|
0 commit comments
Comments
(0)