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.
This commit is contained in:
Fujii Masao 2015-02-16 14:50:13 +09:00
parent 08361cea2b
commit cef30974de
1 changed files with 1 additions and 1 deletions

View 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>