Re: pg_sema.h

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_sema.h
Date: 2002-05-07 16:41:15
Message-ID: 24484.1020789675@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)zort(dot)ca> writes:
> Doesn't appear that pg_sema is picking up the semaphore implementation
> on FreeBSD.

> In file included from ../../../../src/include/storage/proc.h:20,
> from varsup.c:19:
> ../../../../src/include/storage/pg_sema.h:60: syntax error before `*'
> ../../../../src/include/storage/pg_sema.h:60: warning: type defaults to
> `int' in declaration of `PGSemaphore'

Did you rerun configure?

regards, tom lane

In response to

  • pg_sema.h at 2002-05-07 13:41:02 from Rod Taylor

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-05-07 16:57:42 Re: OK, lets talk portability.
Previous Message Tom Lane 2002-05-07 16:22:09 Re: Set Returning Functions (SRF) - request for patch review and comment