From 7a05bfc851d3739b4b47871b65e868760212a850 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Fri, 15 Feb 2019 10:25:21 +0300 Subject: [PATCH] another windows fix --- plantuner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plantuner.c b/plantuner.c index 9f0c771..0fa907a 100644 --- a/plantuner.c +++ b/plantuner.c @@ -83,7 +83,7 @@ indexesAssign(const char * newval, bool doit, GucSource source, bool isDisable) * accsess to system catalog */ if (MyBackendId == InvalidBackendId || !IsUnderPostmaster || - MyAuxProcType != NotAnAuxProcess || !IsTransactionState()) + !IsTransactionState()) { /* reset init state */ if (isDisable) -- 2.37.3