- Notifications
You must be signed in to change notification settings - Fork5
Commitd1d8462
committed
Assorted further cleanup for integer-conversion patch.
Avoid depending on LL notation, which is likely to not work in pre-C99compilers; don't pointlessly use INT32_MIN/INT64_MIN in code that hasthe numerical value hard-wired into it anyway; remove some gratuitousstyle inconsistencies between pg_ltoa and pg_lltoa; fix int2 test caseso it actually tests int2.1 parent4343c0e commitd1d8462
File tree
3 files changed
+26
-31
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
3 files changed
+26
-31
lines changedLines changed: 24 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 21 |
| |
32 | 22 |
| |
33 | 23 |
| |
| |||
127 | 117 |
| |
128 | 118 |
| |
129 | 119 |
| |
130 |
| - | |
| 120 | + | |
131 | 121 |
| |
132 | 122 |
| |
133 | 123 |
| |
| |||
139 | 129 |
| |
140 | 130 |
| |
141 | 131 |
| |
142 |
| - | |
143 |
| - | |
| 132 | + | |
| 133 | + | |
144 | 134 |
| |
145 | 135 |
| |
146 | 136 |
| |
147 | 137 |
| |
148 | 138 |
| |
149 |
| - | |
| 139 | + | |
150 | 140 |
| |
151 | 141 |
| |
152 | 142 |
| |
| |||
157 | 147 |
| |
158 | 148 |
| |
159 | 149 |
| |
160 |
| - | |
| 150 | + | |
161 | 151 |
| |
162 | 152 |
| |
163 |
| - | |
164 |
| - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
165 | 156 |
| |
166 | 157 |
| |
167 | 158 |
| |
168 | 159 |
| |
| 160 | + | |
169 | 161 |
| |
170 | 162 |
| |
171 | 163 |
| |
172 |
| - | |
| 164 | + | |
173 | 165 |
| |
174 | 166 |
| |
175 |
| - | |
| 167 | + | |
176 | 168 |
| |
177 | 169 |
| |
178 |
| - | |
| 170 | + | |
| 171 | + | |
179 | 172 |
| |
180 | 173 |
| |
181 | 174 |
| |
182 | 175 |
| |
183 | 176 |
| |
184 | 177 |
| |
185 |
| - | |
| 178 | + | |
186 | 179 |
| |
187 | 180 |
| |
188 | 181 |
| |
189 | 182 |
| |
190 | 183 |
| |
191 | 184 |
| |
192 | 185 |
| |
193 |
| - | |
194 |
| - | |
| 186 | + | |
| 187 | + | |
195 | 188 |
| |
196 | 189 |
| |
197 | 190 |
| |
198 | 191 |
| |
199 | 192 |
| |
200 |
| - | |
| 193 | + | |
201 | 194 |
| |
202 | 195 |
| |
203 | 196 |
| |
| |||
208 | 201 |
| |
209 | 202 |
| |
210 | 203 |
| |
211 |
| - | |
| 204 | + | |
212 | 205 |
| |
213 | 206 |
| |
214 |
| - | |
215 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
216 | 210 |
| |
217 | 211 |
| |
218 | 212 |
| |
| |||
221 | 215 |
| |
222 | 216 |
| |
223 | 217 |
| |
224 |
| - | |
| 218 | + | |
225 | 219 |
| |
226 | 220 |
| |
227 | 221 |
| |
228 | 222 |
| |
229 | 223 |
| |
230 |
| - | |
| 224 | + | |
| 225 | + | |
231 | 226 |
| |
232 | 227 |
| |
233 | 228 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + |
0 commit comments
Comments
(0)