forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit708007d
committed
Remove error message hints mentioning configure options
These are usually not useful since users will use packageddistributions and won't be interested in rebuilding their installationfrom source. Also, we have only used these kinds of hints for somefeatures and in some places, not consistently throughout.Reviewed-by: Andres Freund <andres@anarazel.de>Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/2552aed7-d0e9-280a-54aa-2dc7073f371d%40enterprisedb.com1 parentb3abca6 commit708007d
File tree
8 files changed
+4
-207
lines changed- src
- backend
- access/common
- libpq
- utils/adt
- bin/initdb
- test/regress/expected
8 files changed
+4
-207
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
| 33 | + | |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 |
| - | |
1014 | 1013 |
| |
1015 | 1014 |
| |
1016 | 1015 |
| |
| |||
1023 | 1022 |
| |
1024 | 1023 |
| |
1025 | 1024 |
| |
1026 |
| - | |
1027 | 1025 |
| |
1028 | 1026 |
| |
1029 | 1027 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1462 | 1462 |
| |
1463 | 1463 |
| |
1464 | 1464 |
| |
1465 |
| - | |
1466 |
| - | |
| 1465 | + | |
1467 | 1466 |
| |
1468 | 1467 |
| |
1469 | 1468 |
| |
| |||
2008 | 2007 |
| |
2009 | 2008 |
| |
2010 | 2009 |
| |
2011 |
| - | |
2012 |
| - | |
| 2010 | + | |
2013 | 2011 |
| |
2014 | 2012 |
| |
2015 | 2013 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
224 |
| - | |
| 223 | + | |
225 | 224 |
| |
226 | 225 |
| |
227 | 226 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2214 | 2214 |
| |
2215 | 2215 |
| |
2216 | 2216 |
| |
2217 |
| - | |
2218 | 2217 |
| |
2219 | 2218 |
| |
2220 | 2219 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
| |||
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
198 |
| - | |
199 | 197 |
| |
200 | 198 |
| |
201 | 199 |
| |
| |||
240 | 238 |
| |
241 | 239 |
| |
242 | 240 |
| |
243 |
| - | |
244 | 241 |
| |
245 | 242 |
| |
246 | 243 |
| |
| |||
274 | 271 |
| |
275 | 272 |
| |
276 | 273 |
| |
277 |
| - | |
278 | 274 |
| |
279 | 275 |
| |
280 | 276 |
| |
| |||
314 | 310 |
| |
315 | 311 |
| |
316 | 312 |
| |
317 |
| - | |
318 | 313 |
| |
319 | 314 |
| |
320 | 315 |
| |
|
0 commit comments
Comments
(0)