| От | Tom Lane |
|---|---|
| Тема | Re: [PERFORM] pgbench to the MAXINT |
| Дата | |
| Msg-id | 25309.1297870831@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [PERFORM] pgbench to the MAXINT (Greg Smith <greg@2ndquadrant.com>) |
| Список | pgsql-hackers |
Greg Smith <greg@2ndquadrant.com> writes: > Given that pgbench will run with threads in some multi-worker > configurations, after some more portability research I think odds are > good we'd get nailed by > http://sourceware.org/bugzilla/show_bug.cgi?id=10320 : "erand48 > implementation not thread safe but POSIX says it should be". The AIX > docs have a similar warning on them, so who knows how many versions of > that library have the same issue. FWIW, I think that bug report is effectively complaining that if you use both drand48 and erand48, the former can impact the latter. If you use only erand48, I don't see that there's any problem. regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера