From 1d0d7979bf5d7ddc77404e9f11ce26d98eca33f0 Mon Sep 17 00:00:00 2001 From: Marina Polyakova Date: Fri, 4 Jun 2021 17:46:01 +0300 Subject: [PATCH] PGPRO-4978: add outputdir=isolation_output to installcheck This way it will be processed by .gitignore as opposed to outputdir=output_iso which is the default in pg_isolation_regress_installcheck since PostgreSQL 10. Also: replace spaces with a tab in the same place of isolationcheck. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f94dca4..ca9faab 100644 --- a/Makefile +++ b/Makefile @@ -31,13 +31,15 @@ ISOLATIONCHECKS = corner_cases check: isolationcheck installcheck: submake-isolation + $(MKDIR_P) isolation_output $(pg_isolation_regress_installcheck) \ + --outputdir=isolation_output \ $(ISOLATIONCHECKS) isolationcheck: | submake-isolation temp-install $(MKDIR_P) isolation_output $(pg_isolation_regress_check) \ - --outputdir=isolation_output \ + --outputdir=isolation_output \ $(ISOLATIONCHECKS) submake-isolation: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy