projects
/
plantuner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbee129
)
fix windows support
author
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 15 Feb 2019 07:04:11 +0000
(10:04 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 15 Feb 2019 07:04:11 +0000
(10:04 +0300)
plantuner.c
patch
|
blob
|
history
diff --git
a/plantuner.c
b/plantuner.c
index
afec4bf
..
9f0c771
100644
(file)
--- 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 ||
-
!IsNormalProcessingMode() ||
!IsTransactionState())
+
MyAuxProcType != NotAnAuxProcess ||
!IsTransactionState())
{
/* reset init state */
if (isDisable)