8000
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 e044a44 commit b2f95c3Copy full SHA for b2f95c3
src/backend/rewrite/rewriteDefine.c
@@ -597,6 +597,7 @@ DefineQueryRewrite(char *rulename,
597
classForm->relhaspkey = false;
598
classForm->relfrozenxid = InvalidTransactionId;
599
classForm->relminmxid = InvalidMultiXactId;
600
+ classForm->relreplident = REPLICA_IDENTITY_NOTHING;
601
602
simple_heap_update(relationRelation, &classTup->t_self, classTup);
603
CatalogUpdateIndexes(relationRelation, classTup);
0 commit comments