Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcef3097

Browse files
committed
Correct the path of pg_lzcompress.c in doc.
Commit40bede5 moved pg_lzcompress.c to src/common, but forgot toupdate its path in doc. This commit fixes that oversight.
1 parent08361ce commitcef3097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/storage.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ described in more detail below.
359359
<para>
360360
The compression technique used is a fairly simple and very fast member
361361
of the LZ family of compression techniques. See
362-
<filename>src/backend/utils/adt/pg_lzcompress.c</> for the details.
362+
<filename>src/common/pg_lzcompress.c</> for the details.
363363
</para>
364364

365365
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp