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

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Jeff Davis <jdavis@postgresql.org>
Cc: pgsql-committers@lists.postgresql.org
Date: 2024-03-05T02:22:55Z
Lists: pgsql-hackers
On Mon, 2024-03-04 at 21:15 -0500, Tom Lane wrote:
> Jeff Davis <jdavis@postgresql.org> writes:
> > Fix search_path to a safe value during maintenance operations.
> 
> The buildfarm seems pretty unhappy with this.

Looks like I need to use GUC_ACTION_SAVE. I will remedy it shortly.

Regards,
	Jeff Davis




Commits

  1. Fix buildfarm failures from 2af07e2f74.

  2. Fix search_path to a safe value during maintenance operations.

  3. Revert "Fix search_path to a safe value during maintenance operations."