wrong comments in rewriteTargetListIU

2025-04-10 Thread jian he
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

2025-04-10 Thread Amit Langote
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