forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit09d1110

Neil Conway
Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is
only used in one branch of an if statement, so we can move itsdeclaration to that block. This also avoids an unnecessary syscachelookup.Per Coverity static analysis performed by EnterpriseDB.1 parent2d4b973 commit09d1110
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
| |||
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 |
| - | |
60 | 58 |
| |
61 | 59 |
| |
62 | 60 |
| |
63 |
| - | |
64 | 61 |
| |
65 |
| - | |
| 62 | + | |
66 | 63 |
| |
67 | 64 |
| |
68 | 65 |
| |
| |||
74 | 71 |
| |
75 | 72 |
| |
76 | 73 |
| |
| 74 | + | |
| 75 | + | |
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
|
0 commit comments
Comments
(0)