diff options
| author | Bruce Momjian | 2009-06-11 14:49:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2009-06-11 14:49:15 +0000 |
| commit | d7471402794266078953f1bd113dab4913d631a1 (patch) | |
| tree | 618e392a84eaf837e00bf78f8694097b78fec227 /src/backend/port/win32_sema.c | |
| parent | 4e86efb4e51b66ef57b3fe6f28576de23a1bf1c6 (diff) | |
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
Diffstat (limited to 'src/backend/port/win32_sema.c')
| -rw-r--r-- | src/backend/port/win32_sema.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/port/win32_sema.c b/src/backend/port/win32_sema.c index bf68b4c60e1..2942ff138bb 100644 --- a/src/backend/port/win32_sema.c +++ b/src/backend/port/win32_sema.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.8 2009/01/01 17:23:46 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.9 2009/06/11 14:49:00 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -125,10 +125,10 @@ PGSemaphoreLock(PGSemaphore sema, bool interruptOK) wh[1] = pgwin32_signal_event; /* - * As in other implementations of PGSemaphoreLock, we need to check - * for cancel/die interrupts each time through the loop. But here, - * there is no hidden magic about whether the syscall will internally - * service a signal --- we do that ourselves. + * As in other implementations of PGSemaphoreLock, we need to check for + * cancel/die interrupts each time through the loop. But here, there is + * no hidden magic about whether the syscall will internally service a + * signal --- we do that ourselves. */ do { |
