pg_type_d.h location incorrect - Mailing list pgsql-docs

From PG Doc comments form
Subject pg_type_d.h location incorrect
Date
Msg-id 162149020918.26174.7150424047314144297@wrigleys.postgresql.org
Whole thread Raw
Responses RE: pg_type_d.h location incorrect  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/libpq-exec.html
Description:

>The OIDs of the built-in data types are defined in the file
include/server/catalog/pg_type_d.h in the install directory.

The location of "pg_type_d.h" is not correct if a user installs the PG from
src and the install directory path didn't contain "postgres"/"pgsql"
according to Makefile as below.
>pkgincludedir = $(includedir)
>ifeq "$(findstring pgsql, $(pkgincludedir))" ""
>ifeq "$(findstring postgres, $(pkgincludedir))" ""
>override pkgincludedir := $(pkgincludedir)/postgresql

My test results are as below, please take it as your reference.
[install Dir contains postgres/pgsql]/include/server/catalog/pg_type_d.h
[install Dir doesn't contain
postgres/pgsql]/include/postgresql/server/catalog/pg_type_d.h

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Error building for 64-bit Windows (10)
Next
From: PG Doc comments form
Date:
Subject: pg_monitor role description