Re: CREATE INDEX regression in 17 RC1 or expected behavior? - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: CREATE INDEX regression in 17 RC1 or expected behavior?
Date
Msg-id ZvTR9g-t5SVNInLj@nathan
Whole thread Raw
In response to CREATE INDEX regression in 17 RC1 or expected behavior?  (Tom Dunstan <pgsql@tomd.cc>)
Responses Re: CREATE INDEX regression in 17 RC1 or expected behavior?
List 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



pgsql-hackers by date:

Previous
From: Tom Dunstan
Date:
Subject: Re: CREATE INDEX regression in 17 RC1 or expected behavior?
Next
From: shveta malik
Date:
Subject: Re: Add contrib/pg_logicalsnapinspect