graphql-engine/docker-compose
Samir Talwar b8d7c6039b Use a test PostgreSQL image based on Debian, not Alpine.
Alpine is often slower than Debian (because musl is sometimes slower than glibc) and not how anyone actually deploys PostgreSQL in production.

Most notably, some floating-point computations result in slightly different values, and Debian ships with better support for different locales so sorting text (e.g. with `ORDER BY`) behaves differently.

Let's test against an environment that people are likely to actually use.

As a result, there are slight changes to the results of PostGIS computations in a couple of test cases.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10942
GitOrigin-RevId: 4caed19def23a372fc3930c409514b1c9b385026
2024-07-19 08:18:01 +00:00
..
postgres CREATE SCHEMA _ IF NOT EXISTS in api-tests 2022-11-03 14:54:48 +00:00
databases.yaml Use a test PostgreSQL image based on Debian, not Alpine. 2024-07-19 08:18:01 +00:00