Re: [HACKERS] funcapi.h:69: syntax error before `uint'

From: Joe Conway <mail(at)joeconway(dot)com>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] funcapi.h:69: syntax error before `uint'
Date: 2002-06-21 23:17:39
Message-ID: 3D13B413.1040102@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Rod Taylor wrote:
> bash-2.05a$ make install > /dev/null
> In file included from tupdesc.c:22:
> ../../../../src/include/funcapi.h:69: syntax error before `uint'
>
>
> Dropping the u works fine.
>

Sorry, that should have been uint32. Here is a patch.

Joe

Attachment Content-Type Size
srfapi-fix.2002.06.21.patch text/plain 776 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-06-22 00:57:14 Re: What is wrong with hashed index usage?
Previous Message Scott Marlowe 2002-06-21 22:07:38 Hash and bools

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2002-06-22 01:38:12 Re: Reduce heap tuple header size
Previous Message Ron Snyder 2002-06-21 22:05:18 Re: script to check consistency between guc.h and postg