mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03: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…
x
Reference in New Issue
Block a user