Re: Update InsertPgAttributeTuple comment to match new signature

2020-06-23 Thread Michael Paquier
On Tue, Jun 23, 2020 at 02:31:05PM +0900, Michael Paquier wrote: > Looks right to me, good catch. I'll apply that tomorrow my time > except if there are any objections in-between. And done. -- Michael signature.asc Description: PGP signature

Re: Update InsertPgAttributeTuple comment to match new signature

2020-06-22 Thread Michael Paquier
On Mon, Jun 22, 2020 at 04:27:18PM +0200, Daniel Gustafsson wrote: > The comment for InsertPgAttributeTuple no longer, since 911e702077037996, > match > reality as attoptions isn't always initialized to NULL. The attached removes > mention of attoptions, and updates the list of always-NULL attrib

Update InsertPgAttributeTuple comment to match new signature

2020-06-22 Thread Daniel Gustafsson
The comment for InsertPgAttributeTuple no longer, since 911e702077037996, match reality as attoptions isn't always initialized to NULL. The attached removes mention of attoptions, and updates the list of always-NULL attributes to match what the code does (the git history didn't provide rationale f