Comments on: WAL Compression in PostgreSQL and Recent Improvements in Version 15 https://www.percona.com/blog/wal-compression-in-postgresql-and-recent-improvements-in-version-15/ Thu, 25 Apr 2024 13:06:04 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Jobin Augustine https://www.percona.com/blog/wal-compression-in-postgresql-and-recent-improvements-in-version-15/#comment-10974298 Thu, 25 Apr 2024 05:10:00 +0000 https://www.percona.com/blog/?p=84777#comment-10974298 Thank you for your input

]]>
By: cjah https://www.percona.com/blog/wal-compression-in-postgresql-and-recent-improvements-in-version-15/#comment-10974293 Tue, 23 Apr 2024 11:09:16 +0000 https://www.percona.com/blog/?p=84777#comment-10974293 Command:
/usr/pgsql-15/bin/pg_config | grep “zstd|lz4”

Command grep in article is wrong one, it should be:
/usr/pgsql-15/bin/pg_config | egrep “zstd|lz4”
or
/usr/pgsql-15/bin/pg_config | grep -E “zstd|lz4”

]]>