Re: Small issues with CREATE TABLE COMPRESSION
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Jacob Champion <pchampion@vmware.com>
Date: 2021-05-08T13:13:09Z
Lists: pgsql-hackers
Attachments
- fix-lz4-docs.patch (text/x-diff) patch
On Sat, May 08, 2021 at 05:37:58PM +0900, Michael Paquier wrote: > Thanks! I can dive into that if that's an issue. Let's make things > compatible with what upstream provides, meaning that we should have > some documentation pointing to the location of their deliverables, > equally to what we do for the Perl and OpenSSL dependencies for > example. Dilip has sent me a patch set without adding pgsql-hackers in CC (I guess these will be available soon). Anyway, this patch included a change to fix a hole in the installation docs, where --with-lz4 is not listed yet. I have reviewed that stuff and found more inconsistencies in the docs, leading me to the attached: - The upstream project name is "LZ4", so we had better use the correct name when not referring to the option value used in CREATE/ALTER TABLE. - doc/src/sgml/installation.sgml misses a description for --with-lz4. Without the Windows changes, I am finishing with the attached to close the loop with the docs. Thanks, -- Michael
Commits
-
Add support for LZ4 build in MSVC scripts
- 9ca40dcd4d0c 14.0 landed
-
Add more TAP tests for pg_dump with attribute compression
- 63db0ac3f9e6 14.0 landed
-
doc: Fix some gaps with the documentation related to LZ4
- 02a93e7ef961 14.0 landed
-
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
- 9681f2160dcb 14.0 landed
-
Additional doc fixes for configurable TOAST compression.
- 448b02c00515 14.0 landed
-
docs: Clarify how ALTER TABLE .. SET COMPRESSION works.
- 2d0f66240263 14.0 landed