From 3cf0690d5e7da8184ffe82f475f1a085b5b5c48e Mon Sep 17 00:00:00 2001
From: Hari Babu <kommi.haribabu@gmail.com>
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 @@
  <para>
   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 details of
+  <filename>src/backend/access/heap/heapam_handler.c</filename> for details of
   its implementation.
  </para>
 
-- 
2.20.1.windows.1

