pgsql: Improve compiler string shown in version()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve compiler string shown in version()
Дата
Msg-id E1QIRJC-0002iX-G2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve compiler string shown in version()

With some compilers such as Clang and ICC emulating GCC, using a
version string of the form "GCC $version" can be quite misleading.
Also, a great while ago, the version output from gcc --version started
including the string "gcc", so it is redundant to repeat that.  In
order to support ancient GCC versions, we now prefix the result with
"GCC " only if the version output does not start with a letter.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8dd2ede3f82505c3fd041c1953524305df0732d1

Modified Files
--------------
configure    |    3 ++-
configure.in |    3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Move RegisterPredicateLockingXid() call to a safer place.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix typos in SECURITY LABEL documentation.