Re: [HACKERS] Custom compression methods

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, David Steele <david(at)pgmasters(dot)net>, Ildus Kurbangaliev <i(dot)kurbangaliev(at)gmail(dot)com>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [HACKERS] Custom compression methods
Date: 2021-03-18 14:22:05
Message-ID: CAFiTN-tErP5x54pvkZP7yLVJhpNBOZcd5TN_k1BDhjYCA9D0VQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 18, 2021 at 4:40 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:

I just realized that in the last patch (0003) I forgot to remove 2
unused functions, CompressionMethodToId and CompressionIdToMethod.
Removed in the latest patch.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
v38-0001-Get-datum-from-tuple-which-doesn-t-contain-exter.patch text/x-patch 37.4 KB
v38-0002-Expand-the-external-data-before-forming-the-tupl.patch text/x-patch 8.2 KB
v38-0004-Add-default_toast_compression-GUC.patch text/x-patch 11.8 KB
v38-0005-Alter-table-set-compression.patch text/x-patch 21.9 KB
v38-0003-Built-in-compression-method.patch text/x-patch 103.6 KB
v38-0006-default-to-with-lz4.patch text/x-patch 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2021-03-18 14:26:03 Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump.
Previous Message Hannu Krosing 2021-03-18 14:19:12 Re: pl/pgsql feature request: shorthand for argument and local variable references