- Notifications
You must be signed in to change notification settings - Fork5k
Commit9240589
committed
Fix pg_regress to print the correct postmaster address on Windows.
pg_regress reported "Unix socket" as the default location wheneverHAVE_UNIX_SOCKETS is defined. However, that's not been accurateon Windows since8f3ec75. Update this logic to match what libpqactually does now.This is just cosmetic, but still it's potentially misleading.Back-patch to v13 where8f3ec75 came in.Discussion:https://postgr.es/m/3894060.1646415641@sss.pgh.pa.us1 parent791b1b7 commit9240589
2 files changed
+13
-2
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1115 | 1115 |
| |
1116 | 1116 |
| |
1117 | 1117 |
| |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
1118 | 1123 |
| |
1119 | 1124 |
| |
1120 | 1125 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
746 | 746 |
| |
747 | 747 |
| |
748 | 748 |
| |
749 |
| - | |
750 | 749 |
| |
751 |
| - | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
752 | 756 |
| |
| 757 | + | |
| 758 | + | |
753 | 759 |
| |
754 | 760 |
| |
755 | 761 |
| |
|
0 commit comments
Comments
(0)