Re: windows consolidated cleanup
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Andrew Chernow <ac@esilo.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-04-24T21:10:16Z
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
Andrew Dunstan <andrew@dunslane.net> writes: > On 04/24/2011 09:11 AM, Andrew Chernow wrote: >> The macro is overriding the prototype declared at line 627, which has >> a void argument list (assuming YY_SKIP_YYWRAP is !defined). Since all >> code references to this do not provide an argument, I'd say the macro >> is incorrect. > Here's the fix that worked for me: Could we please make this conditional on seeing "%option reentrant" in the .l file, instead of hard-wiring an assumption about which scanners are re-entrant? regards, tom lane