mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
* which should be safe in nearly all cases. You might want to override
|
||||
* this if you are building 32-bit code for a known-recent PPC machine.
|
||||
*/
|
||||
#ifdef HAVE_PPC_LWARX_MUTEX_HINT /* must have assembler support in any case */
|
||||
#ifdef HAVE_PPC_LWARX_MUTEX_HINT /* must have assembler support in any case */
|
||||
#if defined(__ppc64__) || defined(__powerpc64__)
|
||||
#define USE_PPC_LWARX_MUTEX_HINT
|
||||
#endif
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
/*
|
||||
* On PPC machines, decide whether to use LWSYNC instructions in place of
|
||||
* ISYNC and SYNC. This provides slightly better performance, but will
|
||||
* ISYNC and SYNC. This provides slightly better performance, but will
|
||||
* result in illegal-instruction failures on some pre-POWER4 machines.
|
||||
* By default we use LWSYNC when building for 64-bit PPC, which should be
|
||||
* safe in nearly all cases.
|
||||
|
Reference in New Issue
Block a user