Transforms patch not respecting if indentation
От
Michael Paquier
Тема
Transforms patch not respecting if indentation
Дата
Msg-id
CAB7nPqQX=bKoiJbP6zs+50pu0QYnGHZm5LEqREtXw75Ok5tKoQ@mail.gmail.com
Список
Дерево обсуждения
Transforms patch not respecting if indentation Michael Paquier <michael.paquier@gmail.com>
Re: Transforms patch not respecting if indentation Magnus Hagander <magnus@hagander.net>
Hi all,
Coverity complained about a small indentation issue in ruleutils.c:
+ appendStringInfoString(buf, "\n TRANSFORM ");
+ for (i = 0; i < ntypes; i++)
+ {
+ if (i != 0)
+ appendStringInfoString(buf, ", ");
+ appendStringInfo(buf, "FOR TYPE %s",
format_type_be(trftypes[i]));
+ }
Regards,
--
Michael
В списке pgsql-hackers по дате отправления
От: Michael Paquier
Дата: