From 3cf0690d5e7da8184ffe82f475f1a085b5b5c48e Mon Sep 17 00:00:00 2001 From: Hari Babu Date: Wed, 10 Apr 2019 13:12:02 +1000 Subject: [PATCH] tabeam docs: file path correction heapam_handler.c file path correction --- doc/src/sgml/tableam.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/tableam.sgml b/doc/src/sgml/tableam.sgml index 6c9f820aca..efd141d3f5 100644 --- a/doc/src/sgml/tableam.sgml +++ b/doc/src/sgml/tableam.sgml @@ -104,7 +104,7 @@ Any developer of a new table access method can refer to the existing heap implementation present in - src/backend/heap/heapam_handler.c for details of + src/backend/access/heap/heapam_handler.c for details of its implementation. -- 2.20.1.windows.1