Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts
Up to now, the MSVC build scripts are able to support only one fixed
version of OpenSSL, and they lacked logic to detect the version of
OpenSSL a given compilation of Postgres is linking to (currently 1.0.2,
the latest LTS of upstrea
Follow the rule that regression-test-created roles are named "regress_xxx".
contrib/amcheck didn't get the memo either.
Branch
--
REL_10_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/80931442c9c93b6c94d56808697648e44f0625ee
Modified Files
--
contrib/amcheck/exp
Follow the rule that regression-test-created roles are named "regress_xxx".
Commit 1c5d9270e had not gotten the word about this. (For previous
context, see 18555b132.)
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c360477d2e2f65fdea64aa8bc94a6286d0883f7a
Modifie
Follow the rule that regression-test-created roles are named "regress_xxx".
contrib/amcheck didn't get the memo either.
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/bf270892f1be2713d47d7a9c452b5ea17d39af8e
Modified Files
--
contrib/amcheck/exp
Follow the rule that regression-test-created roles are named "regress_xxx".
contrib/amcheck didn't get the memo either.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/65e6d42140c8d9918638b9f73528288ab980af82
Modified Files
--
contrib/amcheck/expected/c
On Mon, Jun 24, 2019 at 04:37:13PM +, Tom Lane wrote:
> Drop test user when done with it.
>
> Commit d7f8d26d9 added a test case that created a user, but forgot
> to drop it again. This is no good; for one thing, it causes repeated
> "make installcheck" runs to fail.
If we are on that, we st