Re: pgsql: tableam: basic documentation.

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: tableam: basic documentation.
Date: 2019-04-10 03:19:04
Message-ID: CAJrrPGdbE64+gCaR+qJL+8GjMdrUfcDMXKCR2DaTsDuNF4sONQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Apr 10, 2019 at 12:56 PM Michael Paquier <michael(at)paquier(dot)xyz>
wrote:

> Hi Andres,
>
> On Thu, Apr 04, 2019 at 12:42:06AM +0000, Andres Freund wrote:
> > tableam: basic documentation.
> >
> > This adds documentation about the user oriented parts of table access
> > methods (i.e. the default_table_access_method GUC and the USING clause
> > for CREATE TABLE etc), adds a basic chapter about the table access
> > method interface, and adds a note to storage.sgml that it's contents
> > don't necessarily apply for non-builtin AMs.
> >
> > Author: Haribabu Kommi and Andres Freund
> > Discussion:
> https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
>
> + Any developer of a new <literal>table access method</literal> can refer
> to
> + the existing <literal>heap</literal> implementation present in
> + <filename>src/backend/heap/heapam_handler.c</filename> for more details
> of
> + how it is implemented.
>
> This path is incorrect, it should be that instead (missing "access"):
> src/backend/access/heap/heapam_handler.c
>

Thanks for the review, Yes I missed it when I added the path.
Patch attached.

Regards,
Haribabu Kommi
Fujitsu Australia

Attachment Content-Type Size
0001-tabeam-docs-file-path-correction.patch application/octet-stream 878 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-04-10 03:32:25 pgsql: Avoid counting transaction stats for parallel worker cooperating
Previous Message Michael Paquier 2019-04-10 02:55:31 Re: pgsql: tableam: basic documentation.

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2019-04-10 03:53:17 Re: Problem with default partition pruning
Previous Message Bruce Momjian 2019-04-10 03:11:03 Re: Enable data checksums by default