Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html

From: Euler Taveira <euler(dot)taveira(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: 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-10-30 15:01:05
Message-ID: CAH503wC7R-gvecEGTZNgv9v04u9Z579xjgTzBJ-JKDiqxvWL_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 27 Oct 2020 at 13:54, Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> On Tue, Oct 27, 2020 at 10:48:00AM +0000, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/13/libpq-exec.html
> > Description:
> >
> > On page https://www.postgresql.org/docs/13/libpq-exec.html, non-existing
> > file is mentioned: src/include/catalog/pg_type_d.h. We fail to find it in
> > this catalog:
> >
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/include/catalog;hb=HEAD
> .
>
> Uh, in my source tree that is a symlink to
> src/backend/catalog/pg_type_d.h, but that file is generated by
> src/backend/catalog/genbki.pl. Does that help you?
>
>
Shouldn't we replace "are defined in the file" with "are defined in the
generated file"? That's the only place that mentions *_d.h files. Perhaps
adding a link to BKI [1] should avoid further questions.

[1] https://www.postgresql.org/docs/13/bki.html

--
Euler Taveira http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2020-10-30 15:09:58 Re: Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html
Previous Message Euler Taveira 2020-10-30 13:37:47 Re: physical should be logical