forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit466dac8
committed
Fix make_greater_string to not have an undocumented collation assumption.
The previous coding worked only if ltproc->fn_collation was always eitherDEFAULT_COLLATION_OID or a C-compatible locale. While that's true at themoment, it wasn't documented (and in fact wasn't true when this code wascommitted...). But it only takes a couple more lines to make its internalcaching behavior locale-aware, so let's do that.1 parentcdcdfca commit466dac8
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5436 | 5436 |
| |
5437 | 5437 |
| |
5438 | 5438 |
| |
5439 |
| - | |
| 5439 | + | |
| 5440 | + | |
5440 | 5441 |
| |
5441 | 5442 |
| |
5442 | 5443 |
| |
| |||
5504 | 5505 |
| |
5505 | 5506 |
| |
5506 | 5507 |
| |
| 5508 | + | |
5507 | 5509 |
| |
5508 |
| - | |
| 5510 | + | |
5509 | 5511 |
| |
5510 | 5512 |
| |
5511 | 5513 |
| |
5512 | 5514 |
| |
5513 |
| - | |
| 5515 | + | |
5514 | 5516 |
| |
5515 |
| - | |
| 5517 | + | |
5516 | 5518 |
| |
5517 |
| - | |
| 5519 | + | |
5518 | 5520 |
| |
5519 | 5521 |
| |
| 5522 | + | |
5520 | 5523 |
| |
5521 | 5524 |
| |
5522 | 5525 |
| |
|
0 commit comments
Comments
(0)