BUG #1054: inefficient compression of doco html files

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1054: inefficient compression of doco html files
Date: 2004-01-18 12:41:56
Message-ID: 20040118124156.7A7B6CF4B6C@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1054
Logged by: Jim Donovan

Email address: jimd(at)wahroonga(dot)com

PostgreSQL version: 7.4

Operating system: linux

Description: inefficient compression of doco html files

Details:

In the bzip2 tarballs, the doco HTML files are
first compressed with gzip.
This is inefficient. It would be better to make
the first compression a bzip2. A subsequent hit
with bzip2 cannot undo the less dense compression
attained with gzip.
It would be better still not to first compress; the
subsequent hit with bzip2 would be ample.

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2004-01-18 21:50:04 Re: [patch] INSTALL doc note (was Re: BUG #1051: Cannot remove groups)
Previous Message Tom Lane 2004-01-18 03:18:36 Re: Bug in pg_autovacuum ?