File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 200
200
[
201
201
' initdb' , ' --no-sync' ,
202
202
' --locale-provider=builtin' , ' -E UTF-8' ,
203
+ ' --lc-collate=C' , ' --lc-ctype=C' ,
203
204
' --builtin-locale=C.UTF-8' , " $tempdir /data8"
204
205
],
205
206
' locale provider builtin with -E UTF-8 --builtin-locale=C.UTF-8' );
208
209
[
209
210
' initdb' , ' --no-sync' ,
210
211
' --locale-provider=builtin' , ' -E SQL_ASCII' ,
212
+ ' --lc-collate=C' , ' --lc-ctype=C' ,
211
213
' --builtin-locale=C.UTF-8' , " $tempdir /data9"
212
214
],
213
215
' locale provider builtin with --builtin-locale=C.UTF-8 fails for SQL_ASCII'
Original file line number Diff line number Diff line change 143
143
[
144
144
' createdb' , ' -T' ,
145
145
' template0' , ' --locale-provider=builtin' ,
146
+ ' --lc-collate=C' , ' --lc-ctype=C' ,
146
147
' -E UTF-8' , ' --builtin-locale=C.UTF8' ,
147
148
' tbuiltin5'
148
149
],
152
153
[
153
154
' createdb' , ' -T' ,
154
155
' template0' , ' --locale-provider=builtin' ,
156
+ ' --lc-collate=C' , ' --lc-ctype=C' ,
155
157
' -E LATIN1' , ' --builtin-locale=C.UTF-8' ,
156
158
' tbuiltin6'
157
159
],
You can’t perform that action at this time.
0 commit comments