pgsql: meson: Mention the correct way to disable readline support

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Mention the correct way to disable readline support
Date: 2023-06-29 11:14:47
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Mention the correct way to disable readline support

Using false to disable a feature option is incorrect.

Author: Tristan Partin <tristan(at)neon(dot)tech>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po

Branch
------
master

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

Modified Files
--------------
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-06-29 11:17:13 pgsql: meson: Fix intl misspelling
Previous Message Peter Eisentraut 2023-06-29 09:20:04 Re: pgsql: ci: Change macOS builds from Intel to ARM.