forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92d70b7
committed
Tidy up claimed supported CPUs and OSes.
* Remove arbitrary mention of certain endianness and bitness variants; it's enough to say that applicable variants are expected to work. * List RISC-V (known to work, being tested). * List SuperH and M88K (code exists, unknown status, like M68K). * De-list VAX and remove code (known not to work). * Remove stray trace of Alpha (support was removed years ago). * List illumos, DragonFlyBSD (known to work, being tested). * No need to single Windows out by listing a specific version, when we don't do that for other OSes; it's enough to say that we support current versions of the listed OSes (when 16 ships, that'll be Windows 10+).Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Greg Stark <stark@mit.edu>Discussion:https://postgr.es/m/CA%2BhUKGKk7NZO1UnJM0PyixcZPpCGqjBXW_0bzFZpJBGAf84XKg%40mail.gmail.com1 parent21267b6 commit92d70b7
File tree
3 files changed
+8
-37
lines changed- contrib/pgcrypto
- doc/src/sgml
- src/include/storage
3 files changed
+8
-37
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 | 2127 |
| |
2128 |
| - | |
2129 |
| - | |
2130 |
| - | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
2131 | 2132 |
| |
2132 | 2133 |
| |
2133 | 2134 |
| |
2134 | 2135 |
| |
2135 | 2136 |
| |
2136 | 2137 |
| |
2137 |
| - | |
2138 |
| - | |
2139 |
| - | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
2140 | 2141 |
| |
2141 | 2142 |
| |
2142 | 2143 |
| |
|
Lines changed: 0 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
551 |
| - | |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
567 |
| - | |
568 |
| - | |
569 |
| - | |
570 |
| - | |
571 |
| - | |
572 |
| - | |
573 |
| - | |
574 |
| - | |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 | 551 |
| |
582 | 552 |
| |
583 | 553 |
| |
|
0 commit comments
Comments
(0)