- Notifications
You must be signed in to change notification settings - Fork5
Commit3da3640
committed
On Solaris, we should only force use of our own getopt(); it's okay to use
the system's getopt_long(). The previous coding was the result of a sloppydiscussion that failed to draw this distinction. The result was that PGprograms don't handle options as users of that platform expect. Pergripe from Chuck McDevitt.Although this is a pre-existing bug, I'm not backpatching since I think wecould do with a bit of beta testing before concluding this is really OK.1 parent665aa5e commit3da3640
2 files changed
+20
-23
lines changedLines changed: 12 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17787 | 17787 |
| |
17788 | 17788 |
| |
17789 | 17789 |
| |
17790 |
| - | |
17791 |
| - | |
17792 |
| - | |
17793 |
| - | |
17794 |
| - | |
17795 |
| - | |
17796 |
| - | |
17797 |
| - | |
17798 |
| - | |
17799 |
| - | |
17800 |
| - | |
17801 |
| - | |
17802 |
| - | |
17803 |
| - | |
17804 |
| - | |
17805 |
| - | |
| 17790 | + | |
17806 | 17791 |
| |
17807 | 17792 |
| |
17808 | 17793 |
| |
| |||
17914 | 17899 |
| |
17915 | 17900 |
| |
17916 | 17901 |
| |
| 17902 | + | |
| 17903 | + | |
| 17904 | + | |
| 17905 | + | |
| 17906 | + | |
| 17907 | + | |
| 17908 | + | |
| 17909 | + | |
| 17910 | + | |
| 17911 | + | |
| 17912 | + | |
17917 | 17913 |
| |
17918 | 17914 |
| |
17919 | 17915 |
| |
|
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 | 1272 |
| |
1273 |
| - | |
1274 |
| - | |
1275 |
| - | |
1276 |
| - | |
1277 |
| - | |
1278 |
| - | |
| 1273 | + | |
1279 | 1274 |
| |
1280 | 1275 |
| |
1281 | 1276 |
| |
1282 | 1277 |
| |
1283 | 1278 |
| |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
1284 | 1285 |
| |
1285 | 1286 |
| |
1286 | 1287 |
| |
|
0 commit comments
Comments
(0)