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 da486d3 commit da2aebaCopy full SHA for da2aeba
src/backend/utils/cache/relcache.c
@@ -536,8 +536,6 @@ RelationBuildTupleDesc(Relation relation)
536
537
constr = (TupleConstr *) MemoryContextAllocZero(CacheMemoryContext,
538
sizeof(TupleConstr));
539
- constr->has_not_null = false;
540
- constr->has_generated_stored = false;
541
542
/*
543
* Form a scan key that selects only user attributes (attnum > 0).
0 commit comments