From: Fujii Masao Date: Mon, 16 Feb 2015 05:50:13 +0000 (+0900) Subject: Correct the path of pg_lzcompress.c in doc. X-Git-Tag: REL9_5_ALPHA1~774 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cef30974dec2c052170b80eff1fe4b9bb285e903;p=postgresql.git 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. --- 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. The compression technique used is a fairly simple and very fast member of the LZ family of compression techniques. See -src/backend/utils/adt/pg_lzcompress.c for the details. +src/common/pg_lzcompress.c for the details.