wrong comments in rewriteTargetListIU
hi. in function, rewriteTargetListIU we have: for (attrno = 1; attrno <= numattrs; attrno++) { /* * Can only insert DEFAULT into generated columns, regardless of * any OVERRIDING clauses. */ if (att_tup->attgenerated && !apply_default
Re: wrong comments in rewriteTargetListIU
Hi, On Thu, Apr 10, 2025 at 5:58 PM jian he wrote: > > hi. > > in function, rewriteTargetListIU > we have: > > for (attrno = 1; attrno <= numattrs; attrno++) > { > /* > * Can only insert DEFAULT into generated columns, regardless of > * any OVERRIDING clauses