pgsql: Doc: modernize comment for boolin().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: modernize comment for boolin().
Date: 2023-10-19 15:31:17
Message-ID: E1qtUzU-001Ljd-TN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: modernize comment for boolin().

Most of the behavior described by this comment was moved to
parse_bool_with_len() some time ago. Move what's still
valuable there too, and drop the rest.

Peter Smith

Discussion: https://postgr.es/m/CAHut+PtMJURKp=U8Z=Ktp0zV40sEb1f-iEk9FvY2GQe+5ZBnwg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8483a54b7da709c6f381f2dd06085a67ecf669ba

Modified Files
--------------
src/backend/utils/adt/bool.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-10-19 18:48:14 pgsql: During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo p
Previous Message Michael Paquier 2023-10-19 08:46:02 Re: pgsql: Generate automatically code and documentation related to wait ev