We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7140e11 commit 70fac48Copy full SHA for 70fac48
src/backend/rewrite/rewriteDefine.c
@@ -596,6 +596,7 @@ DefineQueryRewrite(char *rulename,
596
classForm->relhaspkey = false;
597
classForm->relfrozenxid = InvalidTransactionId;
598
classForm->relminmxid = InvalidMultiXactId;
599
+ classForm->relreplident = REPLICA_IDENTITY_NOTHING;
600
601
simple_heap_update(relationRelation, &classTup->t_self, classTup);
602
CatalogUpdateIndexes(relationRelation, classTup);
0 commit comments