Oddly indented raw_expression_tree_walker

Поиск
Список
Период
Сортировка
От Takahiro Itagaki
Тема Oddly indented raw_expression_tree_walker
Дата
Msg-id 20100408143844.95FA.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: Oddly indented raw_expression_tree_walker
Список pgsql-hackers
I found raw_expression_tree_walker() is oddly indented in 8.4 and HEAD.
I expected pgindent would fix those clutter, but it could not.
Should we cleanup it manually, or leave it as-is?
Also, should we backport such kind of cleanups to previous releases?

Index: src/backend/nodes/nodeFuncs.c
===================================================================
@@ -2198,7 +2198,7 @@ * that could appear under it, but not other statement types. */bool
-            raw_expression_tree_walker(Node *node, bool (*walker) (), void *context)
+raw_expression_tree_walker(Node *node, bool (*walker) (), void *context){    ListCell   *temp;

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: A maze of twisty mailing lists all the same
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Streaming replication and a disk full in primary