From 4c2a0f0aa0aa3193399202f680bdd718bcda8e9e Mon Sep 17 00:00:00 2001 From: gledis69 Date: Wed, 9 Feb 2022 22:00:39 +0300 Subject: [PATCH] Removing install-all, but adding a comment about it --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e85fbbba..692f0c743 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ why we ask this as well as instructions for how to proceed, see the cd citus ./configure make - make install install-all + make install cd src/test/regress make check ``` @@ -62,6 +62,8 @@ why we ask this as well as instructions for how to proceed, see the ./configure make sudo make install + # Optionally, you might instead want to use `sudo make install-all` + # since `multi_extension` test would fail due to missing downgrade scripts. cd src/test/regress make check ```