Commit Graph

4 Commits

Author SHA1 Message Date
Tianon Gravi 11e397d86c Do not try to create databases that already exist
We were already checking for whether `POSTGRES_DB` was set to `postgres`, but this was the underlying motivation for that check (and it turns out that this applies for values of at least `template0` and `template1` as well).
2020-12-22 14:00:05 -08:00
xpetit fdf884a12f
Fix typo 2020-09-06 18:17:09 +02:00
Tianon Gravi 8c3f661c5b Adjust "update.sh" to work for 13/pre-release builds again
It turns out we *do* need to check the PG_MAJOR component (not just "main"), and the reason is that it's used for pre-release versions.
2020-05-21 11:09:08 -07:00
Josef Šimánek b96659493b
Add 13 beta 1. 2020-05-21 17:26:06 +02:00