forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit21a7fa8
committed
It is not fixed and I doubt that it is working fine in current CVS. The
bugfix is in the attached patch. Please apply it. Thanks. Output must be:test=# SELECT to_char(485, 'RN'); to_char----------------- CDLXXXV(1 row)test=# SELECT to_char(485, 'FMRN'); to_char--------- CDLXXXV(1 row)test=# SELECT to_char(1000, 'RN'); to_char----------------- M(1 row)test=# SELECT to_char(7.2, '"Welcome to"9.9 "release! :-)"'); to_char----------------------------- Welcome to 7.2 release! :-)(1 row)Karel Zak1 parent33a82e7 commit21a7fa8
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
3824 | 3825 | | |
3825 | 3826 | | |
3826 | 3827 | | |
| 3828 | + | |
| 3829 | + | |
| 3830 | + | |
| 3831 | + | |
3827 | 3832 | | |
3828 | 3833 | | |
3829 | 3834 | | |
| |||
4117 | 4122 | | |
4118 | 4123 | | |
4119 | 4124 | | |
4120 | | - | |
| 4125 | + | |
4121 | 4126 | | |
4122 | | - | |
| 4127 | + | |
4123 | 4128 | | |
4124 | 4129 | | |
4125 | 4130 | | |
4126 | 4131 | | |
4127 | 4132 | | |
4128 | 4133 | | |
4129 | 4134 | | |
4130 | | - | |
| 4135 | + | |
4131 | 4136 | | |
4132 | 4137 | | |
4133 | 4138 | | |
| |||
0 commit comments
Comments
(0)