Re: Small syntax error in fmgr.h
- From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
- To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
- Subject: Re: Small syntax error in fmgr.h
- Date: Thu, 29 Oct 2009 11:36:51 -0300
- Message-id: <20091029143651.GA5413@alvh.no-ip.org> <text/plain>
Martin Pitt wrote:
> Hello PostgreSQL developers,
>
> https://launchpad.net/bugs/458020 reports a small syntax error in
> ./src/include/fmgr.h:338:
>
> extern int no_such_variable
>
> The trailing semicolon is missing:
The guy forgot to add a trailing semicolon on the line where he uses the
macro. This is not our bug.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
Home |
Main Index |
Thread Index