doc: Fix the header file where CompareType is defined in gist.sgml - Mailing list pgsql-docs

From Daisuke Higuchi
Subject doc: Fix the header file where CompareType is defined in gist.sgml
Date
Msg-id CAEVT6c8guXe5P=L_Un5NUUzCgEgbHnNcP+Y3TV2WbQh-xjiwqA@mail.gmail.com
Whole thread Raw
Responses Re: doc: Fix the header file where CompareType is defined in gist.sgml
List 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

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Volunteering
Next
From: Jhonathan da Rocha da Cruz
Date:
Subject: [PATCH] Docs: logical replication examples and autovacuum/XID freeze clarifications