From: Teodor Sigaev Date: Fri, 15 Feb 2019 07:25:21 +0000 (+0300) Subject: another windows fix X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=plantuner.git;a=commitdiff_plain;h=7a05bfc851d3739b4b47871b65e868760212a850;ds=sidebyside another windows fix --- 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)