forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9003b76
committed
Initialize dblink remoteConn struct in all cases
Two of the members of rconn were left uninitialized. Whendblink_open() is called without an outer transaction ithandles the initialization for us, but with an outertransaction it does not. Arrange for initializationin all cases. Backpatch to all supported versions.Reported-by: Alexander LakhinDiscussion:https://www.postgresql.org/message-id/flat/9bd0744f-5f04-c778-c5b3-809efe9c30c7%40joeconway.com#c545909a41664991aca60c4d70a10ce71 parent887cdff commit9003b76
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
| 301 | + | |
301 | 302 |
| |
302 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
303 | 308 |
| |
304 | 309 |
| |
305 | 310 |
| |
|
0 commit comments
Comments
(0)