pgsql: Update out of date comments in pg_trgm

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update out of date comments in pg_trgm
Date: 2022-09-05 09:22:39
Message-ID: E1oV8JT-001XNk-4W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update out of date comments in pg_trgm

Commit be8a7a68662 changed the check_only parameter to a flag array
but missed updating all comments. Update, and fix a related typo.

Discussion: https://postgr.es/m/9732D8A2-EABD-4F5B-8BA0-A97DA4AB51A7@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6dc0738812c3fdbd733d917267a0543ab5fdf997

Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-05 11:31:53 pgsql: Fix incorrect uses of Datum conversion macros
Previous Message David Rowley 2022-09-05 06:46:02 pgsql: Doc: clarify partitioned table limitations