- Notifications
You must be signed in to change notification settings - Fork28
Commit24e2d4b
committed
Mark pg_stat_reset_shared as strict
This is the proper fix for bug #6082 aboutpg_stat_reset_shared(NULL) causing a crash, and it revertscommit79aa445 on head.The workaround of throwing an error from inside the function isleft on backbranches (including 9.1) since this change requiresa new initdb.1 parent426cafc commit24e2d4b
File tree
3 files changed
+5
-13
lines changed- src
- backend/utils/adt
- include/catalog
3 files changed
+5
-13
lines changedLines changed: 3 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1537 | 1537 |
| |
1538 | 1538 |
| |
1539 | 1539 |
| |
1540 |
| - | |
1541 |
| - | |
1542 |
| - | |
1543 |
| - | |
1544 |
| - | |
1545 |
| - | |
1546 |
| - | |
1547 |
| - | |
1548 |
| - | |
1549 |
| - | |
1550 |
| - | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
1551 | 1543 |
| |
1552 | 1544 |
| |
1553 | 1545 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2663 | 2663 |
| |
2664 | 2664 |
| |
2665 | 2665 |
| |
2666 |
| - | |
| 2666 | + | |
2667 | 2667 |
| |
2668 | 2668 |
| |
2669 | 2669 |
| |
|
0 commit comments
Comments
(0)