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: 2009-10-29 14:36:51
Message-ID: 20091029143651.GA5413@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bernt M. Johnsen 2009-10-29 15:09:57 Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault
Previous Message Tom Lane 2009-10-29 14:36:25 Re: Small syntax error in fmgr.h