Skip to content

Commit 46976c7

Browse files
jnasbyupgradeclaude
andcommitted
Fix multi-line comment to use block format, not consecutive -- lines
Same CODE_STYLE.md fix as reconcile-object-functions' commit for sql/object_reference.sql, applied to this update script's identical client_min_messages explanation. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1a708b8 commit 46976c7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

sql/object_reference--0.1.0--stable.sql

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@
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-
-- SET LOCAL, not SET: this script runs inside ALTER EXTENSION UPDATE's
55-
-- implicit transaction, so LOCAL reverts automatically once it commits --
56-
-- see sql/object_reference.sql's own identical comment on this same point.
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+
*/
5759
SET LOCAL client_min_messages = WARNING;
5860

5961
CREATE SCHEMA __object_reference;

0 commit comments

Comments
 (0)