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 [email protected]
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/[email protected]

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