Commit b5e96ea
committed
Make pgspot no longer complain about CREATE OR REPLACE FUNCTION
Using CREATE OR REPLACE FUNCTION is not a problem when used in an
extension context because upstream changed the code to require
the function is owned by the extension if it is preexisting so
it cannot be shadowed by user controlled functions.1 parent 5ca6af1 commit b5e96ea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments