pgsql: Correct the path of pg_lzcompress.c in doc.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct the path of pg_lzcompress.c in doc.
Date: 2015-02-16 05:51:13
Message-ID: E1YNEaP-0000Ix-7T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-16 17:24:06 pgsql: Rationalize the APIs of array element/slice access functions.
Previous Message Tom Lane 2015-02-16 04:27:08 pgsql: Fix null-pointer-deref crash while doing COPY IN with check cons