another windows fix
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 15 Feb 2019 07:25:21 +0000 (10:25 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 15 Feb 2019 07:25:21 +0000 (10:25 +0300)
plantuner.c

index 9f0c771..0fa907a 100644 (file)
@@ -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)