pgsql: doc: Update header file mention for CompareType - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Update header file mention for CompareType
Date
Msg-id E1vVQqw-0012vo-1d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Update header file mention for CompareType

Commit 119fc30 moved CompareType to cmptype.h but the mention in
the docs still refered to primnodes.h

Author: Daisuke Higuchi <higuchi.daisuke11@gmail.com>
Reviewed-by: Paul A Jungwirth <pj@illuminatedcomputing.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAEVT6c8guXe5P=L_Un5NUUzCgEgbHnNcP+Y3TV2WbQh-xjiwqA@mail.gmail.com
Backpatch-through: 18

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/gist.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Separate out bytea sort support from varlena.c
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Update header file mention for CompareType