Fix compare-db-settings to work with Azure
authorUbuntu <kop@karlpinc.com>
Fri, 15 Sep 2023 21:08:51 +0000 (21:08 +0000)
committerUbuntu <kop@karlpinc.com>
Fri, 15 Sep 2023 21:08:51 +0000 (21:08 +0000)
commit6fb65268fbb88ea42a0f6ceadb687f29abb62e02
treee858b52c4038ae2d419083f109812036e91c00a8
parent456b1c4b831e4fa5b9880021bce25c88ccf5f9e2
Fix compare-db-settings to work with Azure

For some reason on Azure's Postgres flexible-server PGv15 the
SQL

SELECT name, setting, unit, pending_restart \
                     FROM pg_settings \
                     ORDER BY name;

Does not return a consistent ordering when run on different databases
on the same PG server.  So run the output through `sort`.
make_files/make_db.mk