Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5cd1a5a

Browse files
committed
Fix initdb --no-locale.
Discussion: https://postgr.es/m/878relf7cb.fsf@news-spur.riddles.org.uk Reported-by: Andrew Gierth
1 parent c04c6c5 commit 5cd1a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3297,6 +3297,7 @@ main(int argc, char *argv[])
32973297
break;
32983298
case 8:
32993299
locale = "C";
3300+
locale_provider = COLLPROVIDER_LIBC;
33003301
break;
33013302
case 9:
33023303
pwfilename = pg_strdup(optarg);

0 commit comments

Comments
 (0)