Commit cff2bc0
authored
Add std++ to postgres as well as setting LC_CTYPE (#1959)
The reason that necessitates setting LC_CTYPE is not fully clear to me,
I've left some comments on the nixos/nixpkgs issue tracker.
It appears as if we are pulling LC_CTYPE to be some UTC8 value if it's
not set, instead of inheriting it from LC_ALL as it supposed to.
NixOS/nixpkgs#150930 (comment)1 parent c1d6106 commit cff2bc0
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
0 commit comments