Some reloptions non-initialized when loaded

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Some reloptions non-initialized when loaded
Date: 2019-06-19 04:53:24
Message-ID: 20190619045324.GG17450@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While looking at this code, I have noticed that a couple of reloptions
which are not toast-specific don't get properly initialized.
toast_tuple_target and parallel_workers are the ones standing out.

Thoughts?
--
Michael

Attachment Content-Type Size
relopts-init.patch text/x-diff 585 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Barwick 2019-06-19 04:57:08 Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions
Previous Message Ian Barwick 2019-06-19 04:39:05 Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions