forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9dde828
committed
Support "of", "tzh", and "tzm" format codes.
The upper case versions "OF", "TZH", and "TZM" are already supported,and all other format codes that are supported in upper case are alsosupported in lower case, so we should support these as well forconsistency.Nitin Jadhav, with a tiny cosmetic change by me. Reviewed by SurajKharage and David Zhang.Discussion:http://postgr.es/m/CAMm1aWZ-oZyKd75+8D=VJ0sAoSwtdXWLP-MAWD4D8R1Dgandzw@mail.gmail.com1 parent705e20f commit9dde828
File tree
3 files changed
+95
-2
lines changed- src
- backend/utils/adt
- test/regress
- expected
- sql
3 files changed
+95
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
| 705 | + | |
705 | 706 |
| |
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
709 | 710 |
| |
710 | 711 |
| |
711 | 712 |
| |
| 713 | + | |
| 714 | + | |
712 | 715 |
| |
713 | 716 |
| |
714 | 717 |
| |
| |||
865 | 868 |
| |
866 | 869 |
| |
867 | 870 |
| |
| 871 | + | |
868 | 872 |
| |
869 | 873 |
| |
870 | 874 |
| |
871 | 875 |
| |
872 | 876 |
| |
873 | 877 |
| |
874 | 878 |
| |
875 |
| - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
876 | 882 |
| |
877 | 883 |
| |
878 | 884 |
| |
| |||
954 | 960 |
| |
955 | 961 |
| |
956 | 962 |
| |
957 |
| - | |
| 963 | + | |
958 | 964 |
| |
959 | 965 |
| |
960 | 966 |
| |
|
Lines changed: 65 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2166 | 2166 |
| |
2167 | 2167 |
| |
2168 | 2168 |
| |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
2169 | 2234 |
| |
2170 | 2235 |
| |
2171 | 2236 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
363 | 385 |
| |
364 | 386 |
| |
365 | 387 |
| |
|
0 commit comments
Comments
(0)