File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 image : postgres:17
1515 env :
1616 POSTGRES_PASSWORD : postgres
17+ # Force byte-order (C) collation so string ordering matches DuckDB's
18+ # binary sort.
19+ POSTGRES_INITDB_ARGS : " --encoding=UTF8 --lc-collate=C --lc-ctype=C"
1720 options : >-
1821 --health-cmd pg_isready
1922 --health-interval 10s
Original file line number Diff line number Diff line change 1515 image : postgres:17
1616 env :
1717 POSTGRES_PASSWORD : postgres
18+ # Force byte-order (C) collation so string ordering matches DuckDB's
19+ # binary sort.
20+ POSTGRES_INITDB_ARGS : " --encoding=UTF8 --lc-collate=C --lc-ctype=C"
1821 options : >-
1922 --health-cmd pg_isready
2023 --health-interval 10s
Original file line number Diff line number Diff line change 1818 image : postgres:17
1919 env :
2020 POSTGRES_PASSWORD : postgres
21+ # Force byte-order (C) collation so string ordering matches DuckDB's
22+ # binary sort.
23+ POSTGRES_INITDB_ARGS : " --encoding=UTF8 --lc-collate=C --lc-ctype=C"
2124 options : >-
2225 --health-cmd pg_isready
2326 --health-interval 10s
You can’t perform that action at this time.
0 commit comments