Re: pgsql: tableam: basic documentation.

2019-04-17 Thread Andres Freund
Hi,

On 2019-04-10 11:55:31 +0900, Michael Paquier wrote:
> Hi Andres,
> 
> On Thu, Apr 04, 2019 at 12:42:06AM +, 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.wchpu5muyto5n...@alap3.anarazel.de
> 
> +  Any developer of a new table access method can refer to
> +  the existing heap implementation present in
> +  src/backend/heap/heapam_handler.c 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, fix pushed.

Greetings,

Andres Freund




Re: pgsql: tableam: basic documentation.

2019-04-09 Thread Haribabu Kommi
On Wed, Apr 10, 2019 at 12:56 PM Michael Paquier 
wrote:

> Hi Andres,
>
> On Thu, Apr 04, 2019 at 12:42:06AM +, 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.wchpu5muyto5n...@alap3.anarazel.de
>
> +  Any developer of a new table access method can refer
> to
> +  the existing heap implementation present in
> +  src/backend/heap/heapam_handler.c 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


0001-tabeam-docs-file-path-correction.patch
Description: Binary data


Re: pgsql: tableam: basic documentation.

2019-04-09 Thread Michael Paquier
Hi Andres,

On Thu, Apr 04, 2019 at 12:42:06AM +, 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.wchpu5muyto5n...@alap3.anarazel.de

+  Any developer of a new table access method can refer to
+  the existing heap implementation present in
+  src/backend/heap/heapam_handler.c 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 
--
Michael


signature.asc
Description: PGP signature