mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
Fix typo in comment
Tatsuro Yamada
This commit is contained in:
parent
c662ef1d03
commit
2650486ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ typedef struct pg_atomic_uint32
|
|||
|
||||
/*
|
||||
* It's too complicated to write inline asm for 64bit types on 32bit and the
|
||||
* 468 can't do it anyway.
|
||||
* 486 can't do it anyway.
|
||||
*/
|
||||
#ifdef __x86_64__
|
||||
#define PG_HAVE_ATOMIC_U64_SUPPORT
|
||||
|
|
|
|||
Loading…
Reference in a new issue