Re: windows consolidated cleanup
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-04-24T15:47:08Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Move include for Python.h above postgres.h to eliminate compiler warning.
- ab6ee1f9fc70 8.0.0 cited
On 04/24/2011 10:53 AM, Peter Eisentraut wrote: > On sön, 2011-04-24 at 01:29 -0400, Andrew Dunstan wrote: >> One thing I'm a bit confused about is this type of warning: >> >> src\backend\utils\misc\guc-file.c(977): warning C4003: not enough actual parameters for macro 'GUC_yywrap' >> >> >> If someone can suggest a good fix That would be nice. > Upstream claims that complaining about this is a bug in the compiler. > > http://sourceforge.net/tracker/index.php?func=detail&aid=1783536&group_id=97492&atid=618177 > One person said that. But the bug is still open, and has been for four years (so you can see how much attention they pay to this tracker at least.) cheers andrew