forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit96c7381
committed
Fix error message in check_partition_bounds_for_split_range()
Currently, the error message is produced by a system of complex substitutionsmaking it quite untranslatable and hard to read. This commit splits this into4 plain error messages suitable for translation.Reported-by: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20240408.152402.1485994009160660141.horikyota.ntt%40gmail.comReviewed-by: Pavel Borisov1 parentfcf80c5 commit96c7381
1 file changed
+49
-21
lines changedLines changed: 49 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5211 | 5211 |
| |
5212 | 5212 |
| |
5213 | 5213 |
| |
5214 |
| - | |
| 5214 | + | |
5215 | 5215 |
| |
5216 | 5216 |
| |
5217 | 5217 |
| |
| |||
5229 | 5229 |
| |
5230 | 5230 |
| |
5231 | 5231 |
| |
5232 |
| - | |
5233 |
| - | |
| 5232 | + | |
| 5233 | + | |
| 5234 | + | |
| 5235 | + | |
| 5236 | + | |
| 5237 | + | |
| 5238 | + | |
| 5239 | + | |
| 5240 | + | |
| 5241 | + | |
| 5242 | + | |
| 5243 | + | |
| 5244 | + | |
| 5245 | + | |
| 5246 | + | |
| 5247 | + | |
| 5248 | + | |
| 5249 | + | |
| 5250 | + | |
| 5251 | + | |
| 5252 | + | |
| 5253 | + | |
| 5254 | + | |
| 5255 | + | |
5234 | 5256 |
| |
5235 | 5257 |
| |
5236 | 5258 |
| |
| |||
5248 | 5270 |
| |
5249 | 5271 |
| |
5250 | 5272 |
| |
5251 |
| - | |
5252 |
| - | |
5253 |
| - | |
5254 |
| - | |
5255 |
| - | |
5256 |
| - | |
5257 |
| - | |
5258 |
| - | |
5259 |
| - | |
5260 |
| - | |
5261 |
| - | |
5262 |
| - | |
5263 |
| - | |
5264 |
| - | |
5265 |
| - | |
5266 |
| - | |
5267 |
| - | |
5268 |
| - | |
| 5273 | + | |
| 5274 | + | |
| 5275 | + | |
| 5276 | + | |
| 5277 | + | |
| 5278 | + | |
| 5279 | + | |
| 5280 | + | |
| 5281 | + | |
| 5282 | + | |
| 5283 | + | |
| 5284 | + | |
| 5285 | + | |
| 5286 | + | |
| 5287 | + | |
| 5288 | + | |
| 5289 | + | |
| 5290 | + | |
| 5291 | + | |
| 5292 | + | |
| 5293 | + | |
| 5294 | + | |
| 5295 | + | |
| 5296 | + | |
5269 | 5297 |
| |
5270 | 5298 |
| |
5271 | 5299 |
| |
|
0 commit comments
Comments
(0)