Commit cf0cab8
committed
Remove psql support for server versions preceding 9.2.
Per discussion, we'll limit support for old servers to those branches
that can still be built easily on modern platforms, which as of now
is 9.2 and up.
Aside from removing code that is dead per the assumption of
server >= 9.2, I tweaked the startup warning for unsupported versions
to complain about too-old servers as well as too-new ones. The
warning that "Some psql features might not work" applies precisely
to both cases.
Discussion: https://postgr.es/m/2923349.1634942313@sss.pgh.pa.us1 parent c49d926 commit cf0cab8
File tree
5 files changed
+261
-815
lines changed- src/bin/psql
5 files changed
+261
-815
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | | - | |
1107 | | - | |
1108 | | - | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
| 1106 | + | |
1121 | 1107 | | |
1122 | 1108 | | |
1123 | 1109 | | |
| |||
2418 | 2404 | | |
2419 | 2405 | | |
2420 | 2406 | | |
2421 | | - | |
2422 | | - | |
2423 | | - | |
2424 | | - | |
2425 | | - | |
2426 | | - | |
2427 | | - | |
2428 | | - | |
2429 | | - | |
2430 | | - | |
2431 | | - | |
2432 | | - | |
2433 | | - | |
2434 | | - | |
2435 | | - | |
| 2407 | + | |
2436 | 2408 | | |
2437 | 2409 | | |
2438 | 2410 | | |
| |||
3611 | 3583 | | |
3612 | 3584 | | |
3613 | 3585 | | |
3614 | | - | |
| 3586 | + | |
| 3587 | + | |
| 3588 | + | |
| 3589 | + | |
| 3590 | + | |
| 3591 | + | |
3615 | 3592 | | |
3616 | 3593 | | |
3617 | 3594 | | |
| |||
5271 | 5248 | | |
5272 | 5249 | | |
5273 | 5250 | | |
5274 | | - | |
5275 | | - | |
| 5251 | + | |
5276 | 5252 | | |
5277 | 5253 | | |
5278 | 5254 | | |
| |||
5291 | 5267 | | |
5292 | 5268 | | |
5293 | 5269 | | |
5294 | | - | |
5295 | | - | |
5296 | | - | |
5297 | | - | |
5298 | | - | |
5299 | | - | |
5300 | | - | |
5301 | | - | |
5302 | | - | |
5303 | | - | |
5304 | | - | |
5305 | | - | |
5306 | 5270 | | |
5307 | 5271 | | |
5308 | 5272 | | |
5309 | 5273 | | |
5310 | 5274 | | |
5311 | | - | |
| 5275 | + | |
5312 | 5276 | | |
5313 | 5277 | | |
5314 | 5278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1200 | 1200 | | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | | - | |
1204 | 1203 | | |
1205 | 1204 | | |
1206 | 1205 | | |
| |||
1264 | 1263 | | |
1265 | 1264 | | |
1266 | 1265 | | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
1275 | | - | |
1276 | | - | |
| 1266 | + | |
| 1267 | + | |
1277 | 1268 | | |
1278 | | - | |
1279 | | - | |
1280 | | - | |
1281 | | - | |
1282 | | - | |
1283 | | - | |
1284 | | - | |
1285 | | - | |
| 1269 | + | |
1286 | 1270 | | |
1287 | | - | |
| 1271 | + | |
| 1272 | + | |
1288 | 1273 | | |
| 1274 | + | |
| 1275 | + | |
1289 | 1276 | | |
1290 | 1277 | | |
1291 | 1278 | | |
| |||
0 commit comments