On 1/18/16, Vitaly Burovoy <[email protected]> wrote: > <<overquoting>> > --- > + if (*strptr != '\0') > ... > + while (*strptr && !isspace(*strptr)) > Sometimes it explicitly compares to '\0', sometimes implicitly. > Common use is explicit comparison and it is preferred due to different > compilers (their conversions to boolean). > > --- > <<overquoting>>
It seems I distracted on something else... That lines are ok, skip that block. -- Best regards, Vitaly Burovoy -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
