forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53747f7
committed
libpq: Add pqReleaseConnHosts function
In a follow up commit we'll need to free this connhost field in afunction defined in fe-cancel.c, so here we extract the logic to adedicated extern function.Author: Jelte Fennema-Nio <jelte.fennema@microsoft.com>Discussion:https://postgr.es/m/AM5PR83MB0178D3B31CA1B6EC4A8ECC42F7529@AM5PR83MB0178.EURPRD83.prod.outlook.com1 parentc717525 commit53747f7
2 files changed
+27
-13
lines changedLines changed: 26 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4349 | 4349 |
| |
4350 | 4350 |
| |
4351 | 4351 |
| |
4352 |
| - | |
4353 |
| - | |
4354 |
| - | |
4355 |
| - | |
4356 |
| - | |
4357 |
| - | |
4358 |
| - | |
4359 |
| - | |
4360 |
| - | |
4361 |
| - | |
4362 |
| - | |
4363 |
| - | |
4364 |
| - | |
| 4352 | + | |
4365 | 4353 |
| |
4366 | 4354 |
| |
4367 | 4355 |
| |
| |||
4423 | 4411 |
| |
4424 | 4412 |
| |
4425 | 4413 |
| |
| 4414 | + | |
| 4415 | + | |
| 4416 | + | |
| 4417 | + | |
| 4418 | + | |
| 4419 | + | |
| 4420 | + | |
| 4421 | + | |
| 4422 | + | |
| 4423 | + | |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
| 4427 | + | |
| 4428 | + | |
| 4429 | + | |
| 4430 | + | |
| 4431 | + | |
| 4432 | + | |
| 4433 | + | |
| 4434 | + | |
| 4435 | + | |
| 4436 | + | |
| 4437 | + | |
| 4438 | + | |
4426 | 4439 |
| |
4427 | 4440 |
| |
4428 | 4441 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
| 681 | + | |
681 | 682 |
| |
682 | 683 |
| |
683 | 684 |
| |
|
0 commit comments
Comments
(0)