aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-02-16 14:50:13 +0900
committerFujii Masao <fujii@postgresql.org>2015-02-16 14:50:13 +0900
commitcef30974dec2c052170b80eff1fe4b9bb285e903 (patch)
treee01b4f7a4fa00a4bcc734c81e40e699549619df2
parent08361cea2b333189fa3736f2dc6452cef654923d (diff)
downloadpostgresql-cef30974dec2c052170b80eff1fe4b9bb285e903.tar.gz
postgresql-cef30974dec2c052170b80eff1fe4b9bb285e903.zip
Correct the path of pg_lzcompress.c in doc.
Commit 40bede5 moved pg_lzcompress.c to src/common, but forgot to update its path in doc. This commit fixes that oversight.
-rw-r--r--doc/src/sgml/storage.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index cb76b98dc36..85a8de2ece9 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -359,7 +359,7 @@ described in more detail below.
<para>
The compression technique used is a fairly simple and very fast member
of the LZ family of compression techniques. See
-<filename>src/backend/utils/adt/pg_lzcompress.c</> for the details.
+<filename>src/common/pg_lzcompress.c</> for the details.
</para>
<para>