Files
postgres/src
Bruce Momjian a93f397423 On architectures where we don't have any special inline code for
GCC, the inner "#if defined(__GNUC__)" can just be omitted in that
architecture's block.

The existing arrangement with an outer "#if defined(__GNUC__)"
doesn't have any obvious benefit, and it encourages missed cases
like this one.


BTW, I'd suggest making the definition of clear_lock for HPUX be

static const slock_t clear_lock = {{-1, -1, -1, -1}};

The extra braces are needed to suppress warnings from gcc, and
declaring it const just seems like good practice.

			regards, tom lane
1998-07-18 14:51:10 +00:00
..
1998-07-18 04:22:52 +00:00
1998-07-12 04:49:47 +00:00
1998-07-16 15:54:39 +00:00
1998-06-22 02:04:29 +00:00
1998-07-12 18:48:08 +00:00
1998-07-17 18:19:31 +00:00
1998-07-14 03:02:53 +00:00
1998-07-14 02:58:59 +00:00
1998-07-03 04:24:16 +00:00