Fix index node display on PG 10. Fixes #3180

This commit is contained in:
Akshay Joshi
2018-03-29 15:09:29 +02:00
committed by Dave Page
parent 1baddd5e9a
commit 61eb94a23c
2 changed files with 2 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ class IndexesModule(CollectionNodeModule):
# In case of partitioned table return false.
if 'tid' in kwargs and manager.version >= 100000:
return backend_supported(self, manager, **kwargs)
return not backend_supported(self, manager, **kwargs)
if 'vid' not in kwargs:
return True