Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
From: NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>, pgsql-hackers@postgresql.org, Magnus Hagander <magnus@hagander.net>
Date: 2011-12-09T02:14:23Z
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 →
-
Remove troublesome Asserts in cost_mergejoin().
- ff68b256a533 9.2.0 cited
-
Enable building with the Mingw64 compiler.
- 91812df4ed0f 9.1.0 cited
Attachments
- pgsql-mingw-w64-patch.txt (text/plain)
- (unnamed) (text/plain)
Hi, > FYI I've been testing with the attached patch. > We'll need to construct a configure test for HAVE_CRTDEFS_H. Isn't it enough to add the name in configure.in and run autoconf to update configure and autoheaders to update pg_config.h.in? The check of win32 before large file perhaps should also go to configure.in, otherwise they would be wiped with next autoconf. The patch recreated with removing the #undef but adding the conditional to skip AC_SYS_LARGEFILE in configure.in and update configure by autoconf.