Re: narwhal and PGDLLIMPORT
Craig Ringer <craig@2ndquadrant.com>
From: Craig Ringer <craig@2ndquadrant.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "Inoue, Hiroshi" <inoue@tpf.co.jp>,
Andrew Dunstan <andrew@dunslane.net>, Robert Haas <robertmhaas@gmail.com>,
Andres Freund <andres@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2014-02-12T00:00:24Z
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 →
-
MinGW: Link with shell32.dll instead of shfolder.dll.
- 53566fc0940c 9.5.0 cited
-
Centralize getopt-related declarations in a new header file pg_getopt.h.
- 60ff2fdd9970 9.4.0 cited
-
Get rid of use of dlltool in Mingw builds.
- 846e91e0223c 9.4.0 cited
-
Export a few more symbols required for test_shm_mq module.
- 7d7eee8bb702 9.4.0 cited
-
Export set_latch_on_sigusr1 symbol for Windows.
- 708c529c7fde 9.4.0 cited
-
Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
- 889f03812916 8.1.0 cited
On 02/11/2014 11:04 PM, Amit Kapila wrote: > On Tue, Feb 11, 2014 at 11:01 AM, Craig Ringer <craig@2ndquadrant.com> wrote: >> On 02/11/2014 01:28 PM, Tom Lane wrote: >>> If there are no objections, I'll push this patch into HEAD tomorrow, >>> along with the upthread patches from Craig Ringer and Marco Atzeri. >>> We might as well see if this stuff is going to work ... >> >> I'd love to test my patch properly before pushing it, but my dev machine >> is going to need a total teardown and rebuild, > > I can do the test of your patch/idea, please confirm if below steps are > sufficient: > a. Change manually postgres.def file and add DATA for MainLWLockArray. > (Will it be sufficient to change manually or should I apply your patch) No, you must rebuild "postgres", or at least re-generate the .DEF file and re-link postgres.exe to generate a new import library (.lib) for it. It'll be easiest to just recompile. > b. Rebuild pg_buffercache module Yes. > c. Test pg_buffercache if it can access the variable. Yes, though it should fail to link if there's no PGDLLIMPORT. > d. If above works, then run 'check'. Yes, after adding the PGDLLIMPORT and re-generating the postgres .lib by relinking or recompiling. > If I understand correctly your patch is intended to resolve PGDLLIMPORT > problem, right? No, just make it obvious where such imports are missing. I can't see a way to completely make it invisible with the MS toolchain. -- Craig Ringer http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services