forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbf53d5c
committed
Teach the configure script to validate its --with-pgport argument.
Previously, configure would take any string, including an empty string,leading to obscure compile failures in guc.c. It seems worth expendinga few lines of code to ensure that the argument is a decimal numberbetween 1 and 65535.Report and patch by Jim Nasby; reviews by Alex Shulgin, Peter Eisentraut,Ivan Kartyshov1 parent9da70ef commitbf53d5c
2 files changed
+22
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3100 | 3100 |
| |
3101 | 3101 |
| |
3102 | 3102 |
| |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
| 3113 | + | |
3103 | 3114 |
| |
3104 | 3115 |
| |
3105 | 3116 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
168 | 179 |
| |
169 | 180 |
| |
170 | 181 |
| |
|
0 commit comments
Comments
(0)