From bbee12921a84b014751c9c0cad5cedb31d066d65 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Fri, 15 Feb 2019 09:57:21 +0300 Subject: [PATCH] windows doesnt export some symbols --- plantuner.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plantuner.c b/plantuner.c index 3c5c6c7..afec4bf 100644 --- a/plantuner.c +++ b/plantuner.c @@ -83,8 +83,7 @@ indexesAssign(const char * newval, bool doit, GucSource source, bool isDisable) * accsess to system catalog */ if (MyBackendId == InvalidBackendId || !IsUnderPostmaster || - !IsNormalProcessingMode() || MyAuxProcType != NotAnAuxProcess || - !IsTransactionState()) + !IsNormalProcessingMode() || !IsTransactionState()) { /* reset init state */ if (isDisable) -- 2.37.3