| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Euler Taveira <euler(dot)taveira(at)2ndquadrant(dot)com>, e(dot)indrupskaya(at)postgrespro(dot)ru, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html |
| Date: | 2020-11-11 00:23:12 |
| Message-ID: | 20201111002312.GE12947@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Tue, Nov 10, 2020 at 06:15:29PM -0500, Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > On Fri, Oct 30, 2020 at 11:09:58AM -0400, Tom Lane wrote:
> >> Thinking about it from the perspective of someone dealing with an
> >> installation tree not a source tree, maybe the reference should
> >> be to "server/catalog/pg_type_d.h". That might help disabuse
> >> anyone who's expecting to find it at that path in the git tree.
>
> > I am confused what the "server/" prefix means in a path name.
>
> That is the path underneath the installation "include" directory
> at which that file will be found.
Yep, it's there. I thought I checked for an include/catalog install
directory, but obviously not well enough.
> > We currently say:
>
> > The <acronym>OID</acronym>s of the built-in data types are defined in
> > the file <filename>src/include/catalog/pg_type_d.h</filename> in the
> > source tree.
>
> Yeah, so also s/source tree/install tree/.
OK, here is a patch that mentions both.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
| Attachment | Content-Type | Size |
|---|---|---|
| pg_type.diff | text/x-diff | 713 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | 周书林 | 2020-11-11 04:04:03 | Re: Tips about using mount point directly as the data_directory. |
| Previous Message | Tom Lane | 2020-11-11 00:11:37 | Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html |