pgsql: Correct the path of pg_lzcompress.c in doc. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Correct the path of pg_lzcompress.c in doc.
Date
Msg-id E1YNEaP-0000Ix-7T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cef30974dec2c052170b80eff1fe4b9bb285e903

Modified Files
--------------
doc/src/sgml/storage.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons
Next
From: Tom Lane
Date:
Subject: pgsql: Rationalize the APIs of array element/slice access functions.