doc: Fix the header file where CompareType is defined in gist.sgml
Daisuke Higuchi <higuchi.daisuke11@gmail.com>
From: Daisuke Higuchi <higuchi.daisuke11@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-12-13T08:24:48Z
Lists: pgsql-docs
Attachments
- gist_doc.patch (application/octet-stream) patch
Hi I found that the header file where CompareType was actually defined did not match the header file described in gist.sgml. CompareType is currently defined at "src/include/access/cmptype.h" instead of "src/include/nodes/primnodes.h". This change was made in the commit below, but it seems that documentation update was missed. https://github.com/postgres/postgres/commit/119fc30dd5bd918819b864107ddc8baac51f4d22 Regards
Commits
-
doc: Update header file mention for CompareType
- b30089fde1e9 18.2 landed
- b39013b7b1b1 19 (unreleased) landed
-
Move CompareType to separate header file
- 119fc30dd5bd 18.0 cited