Xlogprefetcher: Use atomic add for increment counter

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема Xlogprefetcher: Use atomic add for increment counter
Дата
Msg-id CAEudQAoWRScRVqygSfuQmCN=CKQhHXVH_nD=GPQw0sO+UwXz4Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Xlogprefetcher: Use atomic add for increment counter
Список pgsql-hackers
Hi.

Use pg_atomic_fetch_add_u64 to replace pg_atomic_read_u64 and
pg_atomic_write_u64 calls.

This simplifies the logic and this increases the likelihood that the operation will be successful.

patch attached.

best regards,
Ranier Vilela
Вложения

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