projects
/
plantuner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3fe97
)
windows doesnt export some symbols
author
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 15 Feb 2019 06:57:21 +0000
(09:57 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Fri, 15 Feb 2019 06:57:21 +0000
(09:57 +0300)
plantuner.c
patch
|
blob
|
history
diff --git
a/plantuner.c
b/plantuner.c
index
3c5c6c7
..
afec4bf
100644
(file)
--- 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)