doc: Fix the header file where CompareType is defined in gist.sgml

From: Daisuke Higuchi <higuchi(dot)daisuke11(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: doc: Fix the header file where CompareType is defined in gist.sgml
Date: 2025-12-13 08:24:48
Message-ID: CAEVT6c8guXe5P=L_Un5NUUzCgEgbHnNcP+Y3TV2WbQh-xjiwqA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Attachment Content-Type Size
gist_doc.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jhonathan da Rocha da Cruz 2025-12-14 19:05:12 [PATCH] Docs: logical replication examples and autovacuum/XID freeze clarifications
Previous Message Laurenz Albe 2025-12-12 20:07:18 Re: Volunteering