Re: _USE_32BIT_TIME_T Patch
Dave Page <dpage@pgadmin.org>
From: Dave Page <dpage@pgadmin.org>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Owais Khan <owais.khan@enterprisedb.com>, pgsql-hackers@postgresql.org, Hamid Quddus <hamid.quddus@enterprisedb.com>
Date: 2012-08-31T15:14:51Z
Lists: pgsql-hackers
On Fri, Aug 31, 2012 at 4:10 PM, Andrew Dunstan <andrew@dunslane.net> wrote: > > On 08/31/2012 11:05 AM, Dave Page wrote: >> >> I've added this to the release blockers section for 9.2 on the wiki, >> as without it, pl/perl is unusable on Win32. > > > > I'll have a look at it today. Thanks Andrew - minor clarification; unusable on MSVC/Win32. I suspect Mingw builds may be fine, as they use a much older runtime. Of course, we've used MSVC++ for the installer builds for years now. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Replace time_t with pg_time_t (same values, but always int64) in on-disk
- cd004067742e 8.4.0 cited
-
Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's
- 22867ab9867a 8.3.0 cited