- Notifications
You must be signed in to change notification settings - Fork28
Commitdea6ed2
committed
Fix build with LWLOCK_STATS or dtrace.
Also fix the name of the dtrace probe for LWLockAcquireOrWait(). Thefunction was renamed from LWLockWaitUntilFree to LWLockAqcuireOrWait, butthe dtrace probe was neglected.Pointed out by Andres Freund and the buildfarm.1 parent1494931 commitdea6ed2
2 files changed
+16
-7
lines changedLines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
862 |
| - | |
| 862 | + | |
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
868 |
| - | |
| 868 | + | |
869 | 869 |
| |
870 | 870 |
| |
871 | 871 |
| |
| |||
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
900 | 909 |
| |
901 | 910 |
| |
902 | 911 |
| |
| |||
986 | 995 |
| |
987 | 996 |
| |
988 | 997 |
| |
989 |
| - | |
| 998 | + | |
990 | 999 |
| |
991 | 1000 |
| |
992 | 1001 |
| |
| |||
997 | 1006 |
| |
998 | 1007 |
| |
999 | 1008 |
| |
1000 |
| - | |
| 1009 | + | |
1001 | 1010 |
| |
1002 | 1011 |
| |
1003 | 1012 |
| |
| |||
1007 | 1016 |
| |
1008 | 1017 |
| |
1009 | 1018 |
| |
1010 |
| - | |
| 1019 | + | |
1011 | 1020 |
| |
1012 | 1021 |
| |
1013 | 1022 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments
Comments
(0)