Group: pgsql.hackers


Subject: Problem with ControlFileData structure being ABI depe ndent
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/7/2007 10:37:45 AM
Dave Page <dpage@postgresql.org> writes: > Gregory Stark wrote: >> An alternative is leaving it in the project file but putting something like >> this in c.h: Put it in win32.h, please. c.h shouldn't get cluttered with platform-specific kluges when there's no need for it. Is there a good reason not to just #define _USE_32BIT_TIME_T in win32.h? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend