forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5939274
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 parent97031f4 commit5939274
2 files changed
+13
-2
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1100 | 1100 |
| |
1101 | 1101 |
| |
1102 | 1102 |
| |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
1103 | 1108 |
| |
1104 | 1109 |
| |
1105 | 1110 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
899 | 898 |
| |
900 |
| - | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
901 | 905 |
| |
| 906 | + | |
| 907 | + | |
902 | 908 |
| |
903 | 909 |
| |
904 | 910 |
| |
|
0 commit comments
Comments
(0)