-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PostgreSQL 9.6 #14
Conversation
GetConfigOptionByName() has an additional argument.
Thanks! |
GetConfigOptionByName() has an additional argument.
* Update compilingplr.md * Update compilingplr.md * fix: issue#2 server process terminated when argument is null to as.numeric(NULL) * automated testing * Update compilingplr.md * fix: issue#2 server process terminated when argument is null to as.numeric(NULL) * added travis-ci file * fixed install of r * fixed install of r * fixed install of r * fixed install of r * fixed install of r * fixed install of r * added tests * added tests * added tests * added tests * added tests * added tests * added tests * added tests * added tests * find psql * find psql * set bindir * try 9.5 * try 9.5 * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * explicitly include pg_config path (#13) * Support PostgreSQL 9.6 (#14) GetConfigOptionByName() has an additional argument. * Starting in pg9.6 SPI_processed is uint64 rather than int.
* Update compilingplr.md * Update compilingplr.md * fix: issue#2 server process terminated when argument is null to as.numeric(NULL) * automated testing * Update compilingplr.md * fix: issue#2 server process terminated when argument is null to as.numeric(NULL) * added travis-ci file * fixed install of r * fixed install of r * fixed install of r * fixed install of r * fixed install of r * fixed install of r * added tests * added tests * added tests * added tests * added tests * added tests * added tests * added tests * added tests * find psql * find psql * set bindir * try 9.5 * try 9.5 * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * try pg_createcluster * explicitly include pg_config path (#13) * Support PostgreSQL 9.6 (#14) GetConfigOptionByName() has an additional argument. * Starting in pg9.6 SPI_processed is uint64 rather than int.
Hi Joe, hi Dave, can we have a new release that supports 9.6? I just pulled this patch for the Debian package, but a shiny new tarball would be nicer to base on. (A tag on github is enough.) Thanks! |
I'm just boarding a plane to start a holiday. If Dave can create the tag that's great, but if not it will be a few days at least before I can. Joe On September 26, 2016 4:08:08 PM CDT, Christoph Berg notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Hi, it's not urgent, as long as it happens eventually :). Happy holidays! |
I can do it, the problem is which repo to do it out of. We want to deprecate jconway/plr in favour of Cheers Dave Cramer On 27 September 2016 at 03:47, Christoph Berg notifications@github.com
|
Christoph, This is more difficult than just a tag. The release version has to be Thanks, Dave Cramer On 27 September 2016 at 07:01, Dave Cramer davecramer@gmail.com wrote:
|
Re: Dave Cramer 2016-09-27 jconway/plr/pull/14/c249840570@github.com
Aye. I meant to say we (Debian) don't need a full-fledged download
Now that you are mentioning it, you had actually told me before that Maybe update the 1-line note at the top of Joe's repo with a pointer Thanks, |
+Devrim Dave Cramer On 27 September 2016 at 07:50, Christoph Berg notifications@github.com
|
Hi, Yeah, I need the new tarball, preferably today, please. Otherwise plr RPM users won't be able to upgrade to 9.6. Regards, Devrim |
I will get it out today but it will be coming from Thanks Dave Cramer On 28 September 2016 at 06:30, Devrim Gündüz notifications@github.com
|
GetConfigOptionByName() has an additional argument.