forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc64dcc7

Amit Kapila
Fix test case added by commitf5fc2f5.
In the new test after resetting the stats, we were not waiting for thestats message to be delivered. Also, we need to decode the results forthe new test, otherwise, it will show the old stats.In passing,a. Change docs added by commitf5fc2f5 as per suggestion byJustin Pryzby.b. Bump the PGSTAT_FILE_FORMAT_ID as commitf5fc2f5 changes the fileformat of stats.Reported-by: Tom Lane based on buildfarm reportsAuthor: Vignesh C, Justin PryzbyReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de1 parent7ef8b52 commitc64dcc7
File tree
4 files changed
+55
-32
lines changed- contrib/test_decoding
- expected
- sql
- doc/src/sgml
- src/include
4 files changed
+55
-32
lines changedLines changed: 38 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
59 | 57 |
| |
60 | 58 |
| |
61 |
| - | |
| 59 | + | |
62 | 60 |
| |
63 | 61 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 62 | + | |
68 | 63 |
| |
69 | 64 |
| |
70 | 65 |
| |
71 | 66 |
| |
72 | 67 |
| |
73 |
| - | |
| 68 | + | |
74 | 69 |
| |
75 | 70 |
| |
76 | 71 |
| |
77 | 72 |
| |
78 | 73 |
| |
79 |
| - | |
| 74 | + | |
80 | 75 |
| |
81 | 76 |
| |
82 | 77 |
| |
83 | 78 |
| |
84 | 79 |
| |
85 | 80 |
| |
86 |
| - | |
| 81 | + | |
87 | 82 |
| |
88 | 83 |
| |
89 | 84 |
| |
| |||
95 | 90 |
| |
96 | 91 |
| |
97 | 92 |
| |
98 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
99 | 97 |
| |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
103 | 101 |
| |
104 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
| |||
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
122 | 124 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
135 | 154 |
| |
136 | 155 |
| |
137 | 156 |
| |
|
Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
53 | 64 |
| |
54 | 65 |
| |
55 | 66 |
| |
| |||
72 | 83 |
| |
73 | 84 |
| |
74 | 85 |
| |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 | 86 |
| |
83 | 87 |
| |
84 | 88 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2722 | 2722 |
| |
2723 | 2723 |
| |
2724 | 2724 |
| |
2725 |
| - | |
2726 |
| - | |
2727 |
| - | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
2728 | 2728 |
| |
2729 | 2729 |
| |
2730 | 2730 |
| |
| |||
2733 | 2733 |
| |
2734 | 2734 |
| |
2735 | 2735 |
| |
2736 |
| - | |
| 2736 | + | |
2737 | 2737 |
| |
2738 | 2738 |
| |
2739 |
| - | |
| 2739 | + | |
2740 | 2740 |
| |
2741 | 2741 |
| |
2742 | 2742 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
747 |
| - | |
| 747 | + | |
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
|
0 commit comments
Comments
(0)