forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfcbd1bb
committed
Reduce variable scope and possibly useless palloc
Move the CreateStmt down to the branch that it's used in, thuspreventing the makeNode() call in cases where the CreateStmt isn't used.Author: Ranier Vilela <ranier.vf@gmail.com>Discussion:https://postgr.es/m/CAEudQAq=06YPWPhS+yyTbCwv5JLKRz8rm3dWx6JR5Uj_d_fQDA@mail.gmail.com1 parent84b8fcc commitfcbd1bb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
| |||
223 | 222 |
| |
224 | 223 |
| |
225 | 224 |
| |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
0 commit comments
Comments
(0)