forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit112caf9
committed
Finish reverting commit0a52d37.
Apply the solution adopted in commitdcb7d3c (ie, explicitlydon't call memcmp for a zero-length comparison) to func_get_detail()as well, removing one other place where we were passing anuninitialized array to a parse_func.c entry point.Discussion:https://postgr.es/m/MN2PR18MB2927F24692485D754794F01BE3740@MN2PR18MB2927.namprd18.prod.outlook.comDiscussion:https://postgr.es/m/MN2PR18MB2927F6873DF2774A505AC298E3740@MN2PR18MB2927.namprd18.prod.outlook.com1 parentc5e8ea9 commit112caf9
2 files changed
+4
-6
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1397 | 1397 |
| |
1398 | 1398 |
| |
1399 | 1399 |
| |
1400 |
| - | |
1401 |
| - | |
1402 |
| - | |
1403 | 1400 |
| |
1404 | 1401 |
| |
1405 | 1402 |
| |
| |||
1423 | 1420 |
| |
1424 | 1421 |
| |
1425 | 1422 |
| |
1426 |
| - | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
1427 | 1426 |
| |
1428 | 1427 |
| |
1429 | 1428 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
833 | 833 |
| |
834 | 834 |
| |
835 | 835 |
| |
836 |
| - | |
837 | 836 |
| |
838 | 837 |
| |
839 | 838 |
| |
| |||
1045 | 1044 |
| |
1046 | 1045 |
| |
1047 | 1046 |
| |
1048 |
| - | |
| 1047 | + | |
1049 | 1048 |
| |
1050 | 1049 |
| |
1051 | 1050 |
| |
|
0 commit comments
Comments
(0)