Re: Add parameter jit_warn_above_fraction

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Add parameter jit_warn_above_fraction
Дата
Msg-id CABUevEy9H+HPAuM1ofC=OuY2+bESOsA4hHSAY6HbLYyTG1oaPw@mail.gmail.com
обсуждение исходный текст
Ответ на Add parameter jit_warn_above_fraction  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Add parameter jit_warn_above_fraction  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
On Tue, Mar 22, 2022 at 12:50 AM Andres Freund <andres@anarazel.de> wrote:
Hi,

On 2022-03-07 13:10:32 +0100, Magnus Hagander wrote:
> Meanwhile here is an updated based on your other comments above, as
> well as those from Julien.

This fails on cfbot, due to compiler warnings:
https://cirrus-ci.com/task/5127667648299008?logs=mingw_cross_warning#L390

Huh. That's annoying. I forgot int64 is %d on linux and %lld on Windows :/  

PFA a fix for that.

--
Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [PATCH v2] use has_privs_for_role for predefined roles
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Temporary tables versus wraparound... again