pgsql: Tidy up claimed supported CPUs and OSes.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Tidy up claimed supported CPUs and OSes.
Дата
Msg-id E1oAghL-002BTH-Bd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92d70b77ebb45ec43c163d7ebfe7a3c613c24621

Modified Files
--------------
contrib/pgcrypto/crypt-blowfish.c |  2 +-
doc/src/sgml/installation.sgml    | 13 +++++++------
src/include/storage/s_lock.h      | 30 ------------------------------
3 files changed, 8 insertions(+), 37 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix \watch's interaction with libedit on ^C.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix inconsistent quotes in some jsonb fields