Re: Small syntax error in fmgr.h - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: Small syntax error in fmgr.h
Date
Msg-id 20091029143651.GA5413@alvh.no-ip.org
Whole thread Raw
In response to Small syntax error in fmgr.h  (Martin Pitt <mpitt@debian.org>)
List 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.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Small syntax error in fmgr.h
Next
From: "Bernt M. Johnsen"
Date:
Subject: Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault