You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: #70526
Previously, interleaved tables were only deprecated, and
later on we fully dropped support for them returning a new
notice with the word "error" indicating they were no-ops. This
was inadequates because the message is not fatal and only a notice.
To address this, this patch will change them message type to notice.
Release note: None
The message is correctly generated as a NOTICE, but we use a pgerror which can be confusing for users. So, instead, generate a pgnotice instead.
The text was updated successfully, but these errors were encountered: