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
Move client_min_messages suppression from the extension script to the test
An extension's own install script shouldn't unilaterally change a
session setting on its caller's behalf, even scoped via SET LOCAL --
that's the caller's call to make, not the extension's. Moved the
NOTICE suppression out of sql/object_reference.sql entirely; it turns
out only zzz_build's raw \i load (not the normal CREATE EXTENSION path
every other test uses) ever surfaced the %TYPE resolution NOTICEs in
the first place, so the fix belongs in that one test file, wrapped in
the transaction setup.sql already opens.
test/expected/zzz_build.out regenerated via make results (line-number
shift only, from the extension script shrinking).
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments