aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-04-17 17:31:54 -0700
committerAndres Freund <andres@anarazel.de>2019-04-17 17:31:54 -0700
commit1cebfdee0087624af2fc99a000642c2db4dfbfc9 (patch)
tree46c3628e165817fa420c6a8aa69b80364019e11c
parent4d0183592764629d38182e30642b1aef8baeb987 (diff)
downloadpostgresql-1cebfdee0087624af2fc99a000642c2db4dfbfc9.tar.gz
postgresql-1cebfdee0087624af2fc99a000642c2db4dfbfc9.zip
docs: correct typo-ed path to heapam_handler.c.
Reported-By: Michael Paquier, Michel Pelletier Discussion: https://postgr.es/m/20190410025531.GA2728@paquier.xyz https://postgr.es/m/CACxu=v+u_QTeFqdajCHv3i4QmzV_63arVb57R19dSKtThdSLkQ@mail.gmail.com
-rw-r--r--doc/src/sgml/tableam.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/tableam.sgml b/doc/src/sgml/tableam.sgml
index 6c9f820acae..efd141d3f5c 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>