Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Дата
Msg-id 20160321133358.GB29022@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-committers
On 2016-03-21 09:25:18 -0400, Tom Lane wrote:
> Shouldn't we revert 6f1f34c92b11593e?  AFAICS this patch isn't depending
> on that, but maybe I miss something.

Hm. I'd guess that at least part of it is still required. AddSimpleFrontend()
afaics processes these variables, and I don't think the msvc stuff will
otherwise generate psqlscan.c in the first place.  We probably could
move the knowledge to the explicit AddSimpleFrontend('pgbench')
site. But I'm not personally excited about tinkering with it...

Andres


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Support parallel aggregation.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make max_parallel_degree PGC_USERSET.