Re: WIP Patch for GROUPING SETS phase 1

Started by 彭瑞华about 11 years ago3 messageshackers
Jump to latest
#1彭瑞华
ruihua.peng@163.com

Dear:
I am using postgesql 9.4.0. Thanks for your great work on grouping sets patch effort.
I am now compiling postgresql from source code 9.4.0 on Linux platform with [gsp-all.patch] successed and grouping function well, but failed on window platform(windows 2003 or window 7).
It shows unrecognized keywords: grouping, cube, etc.
Good suggestions or tips? thanks a lot!

henry

#2Michael Paquier
michael@paquier.xyz
In reply to: 彭瑞华 (#1)

On Sun, Apr 12, 2015 at 2:26 PM, 彭瑞华 <ruihua.peng@163.com> wrote:

I am using postgesql 9.4.0. Thanks for your great work on grouping sets
patch effort.
I am now compiling postgresql from source code 9.4.0 on Linux platform with
[gsp-all.patch] successed and grouping function well, but failed on window
platform(windows 2003 or window 7).
It shows unrecognized keywords: grouping, cube, etc.
Good suggestions or tips? thanks a lot!

When reviewing or testing a patch targeted for integration in 9.5, you
should avoid using a previous major version but you should apply the
patch on a version based on one of the latest commits of master branch
in the git repository of Postgres. I am guessing that you cannot get
the patch compiling because of some code conflicts.
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3彭瑞华
ruihua.peng@163.com
In reply to: Michael Paquier (#2)

ok, I will try it using git master branch source code. thanks! Of course, using gsp-all-latest.patch this time.

At 2015-04-12 14:23:46, "Michael Paquier" <michael.paquier@gmail.com> wrote:

Show quoted text

On Sun, Apr 12, 2015 at 2:26 PM, 彭瑞华 <ruihua.peng@163.com> wrote:

I am using postgesql 9.4.0. Thanks for your great work on grouping sets
patch effort.
I am now compiling postgresql from source code 9.4.0 on Linux platform with
[gsp-all.patch] successed and grouping function well, but failed on window
platform(windows 2003 or window 7).
It shows unrecognized keywords: grouping, cube, etc.
Good suggestions or tips? thanks a lot!

When reviewing or testing a patch targeted for integration in 9.5, you
should avoid using a previous major version but you should apply the
patch on a version based on one of the latest commits of master branch
in the git repository of Postgres. I am guessing that you cannot get
the patch compiling because of some code conflicts.
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers