forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit05ff506
committed
Code improvements for ALTER SYSTEM .. SET.
Move FreeConfigVariables() later to make sure ErrorConfFile is validwhen we use it, and get rid of an unnecessary string copy operation.Amit Kapila, kibitzed by me.1 parent2bb1f14 commit05ff506
1 file changed
+9
-6
lines changedLines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
| |||
155 | 154 |
| |
156 | 155 |
| |
157 | 156 |
| |
158 |
| - | |
159 | 157 |
| |
160 | 158 |
| |
161 | 159 |
| |
162 | 160 |
| |
163 | 161 |
| |
164 |
| - | |
| 162 | + | |
165 | 163 |
| |
166 | 164 |
| |
167 | 165 |
| |
168 |
| - | |
| 166 | + | |
169 | 167 |
| |
170 | 168 |
| |
171 | 169 |
| |
| |||
368 | 366 |
| |
369 | 367 |
| |
370 | 368 |
| |
371 |
| - | |
372 |
| - | |
373 | 369 |
| |
374 | 370 |
| |
375 | 371 |
| |
| |||
389 | 385 |
| |
390 | 386 |
| |
391 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
392 | 395 |
| |
393 | 396 |
| |
394 | 397 |
| |
|
0 commit comments
Comments
(0)