Re: BTREE_BUILD_STATS build is broken

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: BTREE_BUILD_STATS build is broken
Дата
Msg-id CAM3SWZR6ZfnuCWytOPSKWtknuQ3EPC0ehSsvTa+bN0vep0pJXg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BTREE_BUILD_STATS build is broken  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BTREE_BUILD_STATS build is broken  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, May 23, 2016 at 8:09 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Does it appear to compile without that?

It does. The only thing that's absent is the pgrminclude directive,
which is of course just a C comment.

> (More generally, is there a better answer for that problem?)

My unpublished parallel B-Tree index build patch will move everything
to do with index builds into nbtsort.c. So, I will more than likely
eventually propose that everything in question live there. I think
that's a better approach in general, because the current high-level
coordination from nbtree.c (e.g. how spools are initialized there)
seems a little contrived. A single entry point for nbtsort.c works
better.

Short term, I guess the best solution is to just have a pgrminclude
directive in both files.

-- 
Peter Geoghegan



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Inheritance
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: PATCH: Batch/pipelining support for libpq