pgsql: Fix comment atomics.h.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment atomics.h.
Date: 2015-08-05 11:11:10
Message-ID: E1ZMwbG-0000kS-U8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/04521eba3f024fdc226d6f0465e2bba7d37828a7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-05 11:31:27 pgsql: Fix debug message output when connecting to a logical slot.
Previous Message Andres Freund 2015-08-05 11:11:09 pgsql: Fix comment atomics.h.