Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-10 Thread Jeremy Evans
Here's a diff to build skytools with PostgreSQL 9.3. Compile tested only. Jeremy Index: Makefile === RCS file: /cvs/ports/databases/skytools/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile11 Mar 2013

Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-06 Thread Landry Breuil
On Thu, Oct 03, 2013 at 01:21:46PM -0700, Jeremy Evans wrote: On 10/01 03:38, Pierre-Emmanuel Andr?? wrote: On Fri, 27 Sep 2013 16:02:05 +0200, Martin Pelikan wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST Here's a diff agains -current for 9.3.0. No changes

Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-03 Thread Landry Breuil
On Tue, Oct 01, 2013 at 03:38:25PM +0200, Pierre-Emmanuel André wrote: On Fri, 27 Sep 2013 16:02:05 +0200, Martin Pelikan wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST Here's a diff agains -current for 9.3.0. No changes apart from version, size and SHA256 bump.

Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-03 Thread Jeremy Evans
On 10/01 03:38, Pierre-Emmanuel Andr?? wrote: On Fri, 27 Sep 2013 16:02:05 +0200, Martin Pelikan wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST Here's a diff agains -current for 9.3.0. No changes apart from version, size and SHA256 bump. Seems to work on amd64.

Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-01 Thread Pierre-Emmanuel André
On Fri, 27 Sep 2013 16:02:05 +0200, Martin Pelikan wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST Here's a diff agains -current for 9.3.0. No changes apart from version, size and SHA256 bump. Seems to work on amd64. Any idea when might this go in? Thanks!

Re: Early Look: PostgreSQL 9.3 beta 1

2013-10-01 Thread Jeremy Evans
On 10/01 03:38, Pierre-Emmanuel Andr?? wrote: On Fri, 27 Sep 2013 16:02:05 +0200, Martin Pelikan wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST Here's a diff agains -current for 9.3.0. No changes apart from version, size and SHA256 bump. Seems to work on amd64.

Re: Early Look: PostgreSQL 9.3 beta 1

2013-06-28 Thread Eric Radman
On Thu, Jun 27, 2013 at 03:08:55PM -0700, Jeremy Evans wrote: Here's a diff against -current for 9.3 beta2. I've made some PLIST changes so that libs for contrib modules are in the contrib package instead of the server package, and fixed an issue in the 9.3beta1 diff where a new header file

Re: Early Look: PostgreSQL 9.3 beta 1

2013-06-28 Thread Jeremy Evans
On 06/28 07:49, Eric Radman wrote: Since 9.3 doesn't depend on SysV shared memory, we can simplify README-server a bit Are you sure the changes to SysV shared memory affect the SysV semaphore situation? I already modified the README for the SysV shared memory differences. Comparing the

Re: Early Look: PostgreSQL 9.3 beta 1

2013-06-28 Thread Eric Radman
On Fri, Jun 28, 2013 at 05:25:57PM -0700, Jeremy Evans wrote: On 06/28 07:49, Eric Radman wrote: Since 9.3 doesn't depend on SysV shared memory, we can simplify README-server a bit Are you sure the changes to SysV shared memory affect the SysV semaphore situation? I already modified the

Re: Early Look: PostgreSQL 9.3 beta 1

2013-05-16 Thread Stuart Henderson
On 2013/05/16 17:22, Jeremy Evans wrote: Note that this diff also enables plpython support, Would it make sense to link the main program with -lpthread?

Re: Early Look: PostgreSQL 9.3 beta 1

2013-05-16 Thread Jeremy Evans
On 05/17 01:42, Stuart Henderson wrote: On 2013/05/16 17:22, Jeremy Evans wrote: Note that this diff also enables plpython support, Would it make sense to link the main program with -lpthread? I'm not against it, but it's really the maintainer's (pea's) decision. It would eliminate the