Re: zheap storage_engine parameter, shouldn't this raise an error?

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Daniel Westermann <daniel(dot)westermann(at)dbi-services(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: zheap storage_engine parameter, shouldn't this raise an error?
Date: 2018-11-03 09:51:48
Message-ID: CAA4eK1JOjTp3G=P4Ruxm9G=Tc5550THRGdmcQu6eUEkCCMAndw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 3, 2018 at 3:13 PM Daniel Westermann <
daniel(dot)westermann(at)dbi-services(dot)com> wrote:

> Hi,
>
>
> I believe this should raise an error or at least a warning?
>
>
> postgres=# alter system set storage_engine = 'zheap';
> ALTER SYSTEM
> postgres=# alter system set storage_engine = 'zheap2';
> ALTER SYSTEM
> postgres=# alter system set storage_engine = 'zheap3';
> ALTER SYSTEM
> postgres=#
>
>
Sure, if we want we can raise the error or warning for this, but this is a
parameter mainly to test zheap with existing set of regression tests. I am
not sure if we want to keep it or even if we want to have any such
parameter for testing purpose in what form it will be present. So, adding
more checks at this stage around this parameter doesn't seem advisable to
me.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2018-11-03 09:55:19 Re: zheap storage_engine parameter, shouldn't this raise an error?
Previous Message Daniel Westermann 2018-11-03 09:42:57 zheap storage_engine parameter, shouldn't this raise an error?