Commit 4262060
committed
[PBCKP-245] mingw: ucrt strftime is good enough
msvcrt's strftime is quite limited, and we had to use pg_strftime.
On the other hand, ucrt's one is capable for most of SU (Single UNIX)
extensions, so we could safely use it.
That means, we restrict windows port to MinGW64 UCRT environment.1 parent c85c4ee commit 4262060
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | 814 | | |
818 | | - | |
819 | 815 | | |
820 | 816 | | |
821 | 817 | | |
| |||
0 commit comments