mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
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:
parent
08361cea2b
commit
cef30974de
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user