windows doesnt export some symbols
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 15 Feb 2019 06:57:21 +0000 (09:57 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 15 Feb 2019 06:57:21 +0000 (09:57 +0300)
plantuner.c

index 3c5c6c7..afec4bf 100644 (file)
@@ -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)