Fix misplaced shared_preload_libraries_in_progress check in few extensions

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix misplaced shared_preload_libraries_in_progress check in few extensions
Date: 2023-03-18 04:56:42
Message-ID: CALj2ACVH1BA+GrADan=6oBJR_Dc9-3mBgWsK0CqubT+WNOjQgg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm attaching a patch to do $subject in autoprewarm.c and worker_spi
extensions. The way it is right now doesn't hurt anyone, but why to
fail after defining custom GUCs if we aren't loading them via
shared_preload_libraries.

Thoughts?

--
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-Fix-misplaced-shared_preload_libraries_in_progres.patch application/octet-stream 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-03-18 05:22:06 Re: meson issue? ninja clean doesn't drop queryjumblefuncs.funcs.c
Previous Message Amit Kapila 2023-03-18 04:44:56 Re: Data is copied twice when specifying both child and parent table in publication