Re: Comment update in BuildTupleFromCStrings()

2018-04-03 Thread Ashutosh Bapat
Thanks Bruce. On Tue, Apr 3, 2018 at 11:31 PM, Bruce Momjian wrote: > On Fri, Mar 23, 2018 at 03:00:37PM +0530, Ashutosh Bapat wrote: >> Hi, >> BuildTupleFromCStrings() has comment "/* Call the "in" function for >> each non-dropped attribute */". It then calls the in function even >> when it's go

Re: Comment update in BuildTupleFromCStrings()

2018-04-03 Thread Bruce Momjian
On Fri, Mar 23, 2018 at 03:00:37PM +0530, Ashutosh Bapat wrote: > Hi, > BuildTupleFromCStrings() has comment "/* Call the "in" function for > each non-dropped attribute */". It then calls the in function even > when it's going to set that attribute to NULL. > 1189 if (!TupleDescAttr(tupdesc