Re: CVS HEAD compile failure

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS HEAD compile failure
Date: 2003-12-08 15:56:30
Message-ID: 3FD49F2E.4090006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>
>
>>Where is the typedef here:
>> int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
>>
>>
>
>size_t ...
>

If there's a missing typedef shouldn't we see something like this:

`size_t' undeclared (first use in this function)

(assuming he is using gcc)?

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-12-08 16:03:09 Re: ERROR: Index pg_toast_8443892_index is not a btree
Previous Message Tom Lane 2003-12-08 15:09:26 Re: CVS HEAD compile failure