forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9ab6c30
committed
Make expression locations for LIKE and SIMILAR TO constructs uniformly point
at the first keyword of the expression, rather than drawing a ratherartificial distinction between the ESCAPE subclause and the rest.Per gripe from Gokulakannan Somasundaram and subsequent discusssion.1 parent9bedd12 commit9ab6c30
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
8607 | 8607 |
| |
8608 | 8608 |
| |
8609 | 8609 |
| |
8610 |
| - | |
| 8610 | + | |
8611 | 8611 |
| |
8612 | 8612 |
| |
8613 | 8613 |
| |
| |||
8621 | 8621 |
| |
8622 | 8622 |
| |
8623 | 8623 |
| |
8624 |
| - | |
| 8624 | + | |
8625 | 8625 |
| |
8626 | 8626 |
| |
8627 | 8627 |
| |
| |||
8635 | 8635 |
| |
8636 | 8636 |
| |
8637 | 8637 |
| |
8638 |
| - | |
| 8638 | + | |
8639 | 8639 |
| |
8640 | 8640 |
| |
8641 | 8641 |
| |
| |||
8649 | 8649 |
| |
8650 | 8650 |
| |
8651 | 8651 |
| |
8652 |
| - | |
| 8652 | + | |
8653 | 8653 |
| |
8654 | 8654 |
| |
8655 | 8655 |
| |
| |||
8674 | 8674 |
| |
8675 | 8675 |
| |
8676 | 8676 |
| |
8677 |
| - | |
| 8677 | + | |
8678 | 8678 |
| |
8679 | 8679 |
| |
8680 | 8680 |
| |
| |||
8686 | 8686 |
| |
8687 | 8687 |
| |
8688 | 8688 |
| |
8689 |
| - | |
| 8689 | + | |
8690 | 8690 |
| |
8691 | 8691 |
| |
8692 | 8692 |
| |
| |||
8698 | 8698 |
| |
8699 | 8699 |
| |
8700 | 8700 |
| |
8701 |
| - | |
| 8701 | + | |
8702 | 8702 |
| |
8703 | 8703 |
| |
8704 | 8704 |
| |
|
0 commit comments
Comments
(0)