pgsql: Update out of date comments in pg_trgm - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Update out of date comments in pg_trgm
Date
Msg-id E1oV8JT-001XNk-4W@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: clarify partitioned table limitations
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix incorrect uses of Datum conversion macros