dbTalk Databases Forums  

[BUGS] BUG #1054: inefficient compression of doco html files

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1054: inefficient compression of doco html files in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1054: inefficient compression of doco html files - 01-18-2004 , 06:44 AM







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.


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.