Group: pgsql.committers


Subject: pgsql: Add compat file for dynamically loading the functions that MinGW
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 10/29/2007 9:54:04 AM
mha@postgresql.org (Magnus Hagander) writes: > Add compat file for dynamically loading the functions that MinGW is missing > the imports for. Add RegisterWaitForSingleObject() to the list of such > functions, which should take care of the current buildfarm breakage. Trivial stylistic complaint: shouldn't the _RegisterWaitForSingleObject variable be declared static? IMHO variables (and functions) should always be static unless there is an explicit intent to access them from other modules. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster