Correct the path of pg_lzcompress.c in doc.
authorFujii Masao <fujii@postgresql.org>
Mon, 16 Feb 2015 05:50:13 +0000 (14:50 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 16 Feb 2015 05:50:13 +0000 (14:50 +0900)
Commit 40bede5 moved pg_lzcompress.c to src/common, but forgot to
update its path in doc. This commit fixes that oversight.

doc/src/sgml/storage.sgml

index cb76b98dc363a621757ad2e0d3bbda9789ab1740..85a8de2ece97d1c78a05158c285df3238e699f09 100644 (file)
@@ -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>