Re: pgsql: Fix search_path to a safe value during maintenance operations.

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix search_path to a safe value during maintenance operations.
Date: 2023-06-30 18:35:46
Message-ID: 20230630183546.GB2828237@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Thu, Jun 29, 2023 at 10:09:21PM -0700, Nathan Bossart wrote:
> On Thu, Jun 29, 2023 at 08:53:56PM -0400, Tom Lane wrote:
>> I'm leaning to Robert's thought that we need to revert this for now,
>> and think harder about how to make it work cleanly and safely.
>
> Since it sounds like this is headed towards a revert, here's a patch for
> removing MAINTAIN and pg_maintain.

I will revert this next week unless opinions change before then. I'm
currently planning to revert on both master and REL_16_STABLE, but another
option would be to keep it on master while we sort out the remaining
issues. Thoughts?

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-06-30 21:36:13 pgsql: doc: PG 16 relnotes, remove "Have initdb use ICU by default"
Previous Message Heikki Linnakangas 2023-06-30 15:32:20 pgsql: Remove redundant check for fast_forward.

Browse pgsql-hackers by date

  From Date Subject
Next Message Karina Litskevich 2023-06-30 18:48:28 Re: Avoid unncessary always true test (src/backend/storage/buffer/bufmgr.c)
Previous Message Nathan Bossart 2023-06-30 18:25:57 Re: Move un-parenthesized syntax docs to "compatibility" for few SQL commands