Unverified Commit 7bf61c5a authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresqlTestHook: explicitly set encoding to UTF8 (#479043)

parents c57204c9 58e335f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ EOF
    false
  fi
  echo 'initializing postgresql'
  initdb -U postgres
  initdb --encoding=UTF8 -U postgres

  echo "$postgresqlExtraSettings" >>"$PGDATA/postgresql.conf"