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

From Martin Pitt
Subject Small syntax error in fmgr.h
Date
Msg-id 20091029141321.GE2438@piware.de
Whole thread Raw
Responses Re: Small syntax error in fmgr.h
Re: Small syntax error in fmgr.h
List pgsql-bugs
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:

 "I had to make the changes in the attached patch file in order to use
 the PG_MODULE_MAGIC macro.

 From a quick scan it looks as though there may also be a similar
 problem with PG_FUNCTION_INFO_V1 also on line 329.
 "

Thanks,

Martin
--
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

pgsql-bugs by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: BUG #5145: Complex query with lots of LEFT JOIN causes segfault
Next
From: Tom Lane
Date:
Subject: Re: Small syntax error in fmgr.h