pgsql: Use better comment marker in Autoconf input - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use better comment marker in Autoconf input
Date
Msg-id E1gsU4O-0002YP-07@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use better comment marker in Autoconf input  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: For 11 only,put back heap_expand_tuple to GetTupleForTrigger().
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Restrict the use of temporary namespace in two-phasetransaction