pgsql: Fix comment atomics.h.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix comment atomics.h.
Дата
Msg-id E1ZMwbF-0000k6-A1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment atomics.h.

I appear to accidentally have switched the comments for
pg_atomic_write_u32 and pg_atomic_read_u32 around. Also fix some minor
typos I found while fixing.

Noticed-By: Amit Kapila
Backpatch: 9.5

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/073082bbb1adc4548132915874a001688514e64f

Modified Files
--------------
src/include/port/atomics.h |   20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: add an explicit example about controlling overall greedine
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix comment atomics.h.