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

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Jeff Davis <jdavis(at)postgresql(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix search_path to a safe value during maintenance operations.
Date: 2024-03-05 18:02:00
Message-ID: 9ef5d36a997aea44eae8efb8cda4893117e87f95.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, 2024-03-05 at 17:19 +0100, Alvaro Herrera wrote:
> This appears to have upset the sepgsql tests.  In buildfarm member
> rhinoceros there's now a bunch of errors like this

Thank you, pushed, and it appears to have fixed the problem.

Regards,
Jeff Davis

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-03-05 19:01:28 pgsql: Run pgindent for commit ef4cfdce0e.
Previous Message Jeff Davis 2024-03-05 17:27:17 pgsql: docs: Update HOT update docs for 19d8e2308b

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2024-03-05 18:08:37 Re: Switching XLog source from archive to streaming when primary available
Previous Message Jelte Fennema-Nio 2024-03-05 17:53:16 Re: Improve readability by using designated initializers when possible