pgsql: Can't print PlannerGlobal's subroots list in outfuncs.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Can't print PlannerGlobal's subroots list in outfuncs.
Дата
Msg-id E1R0IZx-0001Qi-LP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Can't print PlannerGlobal's subroots list in outfuncs.

Since the subroots will surely link back to the same glob struct, this
necessarily leads to infinite recursion.  Doh.  Found while trying to
debug some other code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/698df3350d37cdaa5b9fcbcb78b5ad5e66e99348

Modified Files
--------------
src/backend/nodes/outfuncs.c |    1 -
1 files changed, 0 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Clean up the #include mess a little.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Dig down into sub-selects to look for column statistics.