pgsql: Use better comment marker in Autoconf input

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Use better comment marker in Autoconf input
Дата
Msg-id E1gsU4O-0002YP-07@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use better comment marker in Autoconf input
Список pgsql-committers
Use better comment marker in Autoconf input

The comment marker "#" is copied to the output, so it's only
appropriate for comments that make sense in the shell output.  For
comments about the Autoconf language, "dnl" should be used.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4446565d36ac4482282146a9ab35068f18dff4fd

Modified Files
--------------
config/llvm.m4     |  2 +-
config/programs.m4 |  2 +-
configure          |  9 +--------
configure.in       | 12 ++++++------
4 files changed, 9 insertions(+), 16 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: For 11 only,put back heap_expand_tuple to GetTupleForTrigger().
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Restrict the use of temporary namespace in two-phasetransaction