Re: CREATE INDEX regression in 17 RC1 or expected behavior?

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Tom Dunstan <pgsql(at)tomd(dot)cc>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: CREATE INDEX regression in 17 RC1 or expected behavior?
Date: 2024-09-26 03:16:06
Message-ID: ZvTR9g-t5SVNInLj@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 26, 2024 at 12:22:32PM +0930, Tom Dunstan wrote:
> Reporting in case this is unexpected. At the very least if a function used
> in an index must now always find other functions using an explicit path, it
> seems like this should be documented and noted in the release notes.

The first compatibility entry in the release notes [0] has the following
sentence:

Functions used by expression indexes and materialized views that need
to reference non-default schemas must specify a search path during
function creation.

Do you think this needs to be expanded upon?

[0] https://www.postgresql.org/docs/release/17.0/

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2024-09-26 03:27:22 Re: Add contrib/pg_logicalsnapinspect
Previous Message Tom Dunstan 2024-09-26 03:12:55 Re: CREATE INDEX regression in 17 RC1 or expected behavior?