forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf71c924
committed
[ Patch comments in three pieces.]Attached is a pacth against 7.2 which adds locale awareness to thecharacter classes of the regular expression engine....> > I still think the xdigit class could be handled the same way the digit> > class is (by enumeration rather than using the isxdigit function). That> > saves you a cicle, and I don't think there's any loss.>> In fact, I will email you when I apply the original patch.I miss that case :-(. Here is the pached patch....Here is a patch which addresses Tatsuo's concerns (it does return anstatic struct instead of constructing it).
1 parent450e728 commitf71c924
1 file changed
+92
-2
lines changedLines changed: 92 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 |
| |
53 | 62 |
| |
54 | 63 |
| |
| |||
174 | 183 |
| |
175 | 184 |
| |
176 | 185 |
| |
| 186 | + | |
| 187 | + | |
| 188 | + | |
177 | 189 |
| |
178 | 190 |
| |
179 | 191 |
| |
| |||
884 | 896 |
| |
885 | 897 |
| |
886 | 898 |
| |
887 |
| - | |
| 899 | + | |
888 | 900 |
| |
889 | 901 |
| |
890 | 902 |
| |
| |||
1716 | 1728 |
| |
1717 | 1729 |
| |
1718 | 1730 |
| |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + |
0 commit comments
Comments
(0)