Skip to content

Commit 27d1c18

Browse files
jnasbyupgradeclaude
andcommitted
Remove client_min_messages suppression from the update script
Same reasoning as reconcile-object-functions' identical change to sql/object_reference.sql: a shipped script (this one runs for real on every ALTER EXTENSION UPDATE) shouldn't unilaterally change a session setting on its caller's behalf, even scoped via SET LOCAL. Verified no test depends on the quieter output -- make test/verify-results in both fresh and update (TEST_LOAD_SOURCE=update) modes still pass cleanly. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2117dff commit 27d1c18

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

sql/object_reference--0.1.0--stable.sql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@
5151
* comparison of every recreated function/view against a fresh install of the
5252
* current version backs this file -- see the containing PR's description).
5353
*/
54-
/*
55-
* SET LOCAL, not SET: this script runs inside ALTER EXTENSION UPDATE's
56-
* implicit transaction, so LOCAL reverts automatically once it commits --
57-
* see sql/object_reference.sql's own identical comment on this same point.
58-
*/
59-
SET LOCAL client_min_messages = WARNING;
60-
6154
CREATE SCHEMA __object_reference;
6255

6356
CREATE FUNCTION __object_reference.exec(

0 commit comments

Comments
 (0)