pgsql: Fix some comments in ./configure and meson setup files

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some comments in ./configure and meson setup files
Date: 2023-07-07 05:05:49
Message-ID: E1qHdfC-002J0p-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some comments in ./configure and meson setup files

The comments referring to SSL_CTX_set_cert_cb() in ./configure and
./configure.ac were inconsistent, as `autoreconf -i` would show. While
on it, fix a typo on a comment related to the same check in
meson.build.

Issue introduced in 8e278b6, that removed support for OpenSSL 1.0.1.
Per offlist report from Thomas Munro.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da98d005cdbcd45af563d0c4ac86d0e9772cd15f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-07-07 05:14:27 Re: pgsql: Fix search_path to a safe value during maintenance operations.
Previous Message Daniel Gustafsson 2023-07-06 19:27:09 pgsql: pg_regress: Remove unused variable