| От | Tom Lane |
|---|---|
| Тема | Re: libpq debug log |
| Дата | |
| Msg-id | 3407933.1617288599@sss.pgh.pa.us обсуждение |
| Ответ на | Re: libpq debug log ("'alvherre@alvh.no-ip.org'" <alvherre@alvh.no-ip.org>) |
| Ответы |
Re: libpq debug log
|
| Список | pgsql-hackers |
BTW, what in the world is this supposed to accomplish?
- (long long) rows_to_send);
+ (1L << 62) + (long long) rows_to_send);
Various buildfarm members are complaining that the shift distance
is more than the width of "long", which I'd just fix with s/L/LL/
except that the addition of the constant seems just wrong to
begin with.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера