pgsql: Use better comment marker in Autoconf input

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use better comment marker in Autoconf input
Date: 2019-02-09 14:57:27
Message-ID: E1gsU4O-0002YP-07@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-09 15:06:10 Re: pgsql: Restrict the use of temporary namespace in two-phase transaction
Previous Message Andres Freund 2019-02-09 10:52:30 pgsql: For 11 only, put back heap_expand_tuple to GetTupleForTrigger().