projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08361ce
)
Correct the path of pg_lzcompress.c in doc.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 16 Feb 2015 05:50:13 +0000
(14:50 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 16 Feb 2015 05:50:13 +0000
(14:50 +0900)
Commit
40bede5
moved pg_lzcompress.c to src/common, but forgot to
update its path in doc. This commit fixes that oversight.
doc/src/sgml/storage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/storage.sgml
b/doc/src/sgml/storage.sgml
index cb76b98dc363a621757ad2e0d3bbda9789ab1740..85a8de2ece97d1c78a05158c285df3238e699f09 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-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>