Re: compress method for spgist - 2

2018-02-28 Thread Tom Lane
Alexander Korotkov writes: > On Thu, Jan 4, 2018 at 1:17 AM, Dagfinn Ilmari Mannsåker > wrote: >> This patch added two copies of the poly_ops row to the "Built-in SP-GiST >> Operator Classes" table in spgist.sgml. > Thank for fixing this! I'm sure that Teodor will push this after end of > New Y

Re: compress method for spgist - 2

2018-02-27 Thread Daniel Gustafsson
> On 04 Jan 2018, at 06:17, Dagfinn Ilmari Mannsåker wrote: > > Teodor Sigaev writes: > >>> Now, this patch is ready for committer from my point of view. >> >> Thank you, pushed > > This patch added two copies of the poly_ops row to the "Built-in SP-GiST > Operator Classes" table in spgist.sg

Re: compress method for spgist - 2

2018-01-03 Thread Alexander Korotkov
On Thu, Jan 4, 2018 at 1:17 AM, Dagfinn Ilmari Mannsåker wrote: > Teodor Sigaev writes: > > >> > >> Now, this patch is ready for committer from my point of view. > > > > Thank you, pushed > > This patch added two copies of the poly_ops row to the "Built-in SP-GiST > Operator Classes" table in sp

Re: compress method for spgist - 2

2018-01-03 Thread Dagfinn Ilmari Mannsåker
Teodor Sigaev writes: >> >> Now, this patch is ready for committer from my point of view. > > Thank you, pushed This patch added two copies of the poly_ops row to the "Built-in SP-GiST Operator Classes" table in spgist.sgml. The attached patched removes one of them. - ilmari -- - Twitter seem

Re: compress method for spgist - 2

2017-12-25 Thread Teodor Sigaev
Now, this patch is ready for committer from my point of view. Thank you, pushed -- Teodor Sigaev E-mail: teo...@sigaev.ru WWW: http://www.sigaev.ru/

Re: compress method for spgist - 2

2017-12-07 Thread Alexander Korotkov
On Thu, Dec 7, 2017 at 3:17 AM, Nikita Glukhov wrote: > On 06.12.2017 21:49, Alexander Korotkov wrote: > > On Wed, Dec 6, 2017 at 6:08 PM, Nikita Glukhov > wrote: > >> On 05.12.2017 23:59, Alexander Korotkov wrote: >> >> On Tue, Dec 5, 2017 at 1:14 PM, Darafei Praliaskouski >> wrote: >> >>> The

Re: compress method for spgist - 2

2017-12-06 Thread Nikita Glukhov
On 06.12.2017 21:49, Alexander Korotkov wrote: On Wed, Dec 6, 2017 at 6:08 PM, Nikita Glukhov mailto:n.glu...@postgrespro.ru>> wrote: On 05.12.2017 23:59, Alexander Korotkov wrote: On Tue, Dec 5, 2017 at 1:14 PM, Darafei Praliaskouski mailto:m...@komzpa.net>> wrote: The

Re: compress method for spgist - 2

2017-12-06 Thread Alexander Korotkov
On Wed, Dec 6, 2017 at 6:08 PM, Nikita Glukhov wrote: > On 05.12.2017 23:59, Alexander Korotkov wrote: > > On Tue, Dec 5, 2017 at 1:14 PM, Darafei Praliaskouski > wrote: > >> The following review has been posted through the commitfest application: >> make installcheck-world: not tested >> Imple

Re: compress method for spgist - 2

2017-12-06 Thread Nikita Glukhov
On 05.12.2017 23:59, Alexander Korotkov wrote: On Tue, Dec 5, 2017 at 1:14 PM, Darafei Praliaskouski > wrote: The following review has been posted through the commitfest application: make installcheck-world:  not tested Implements feature:       not teste

Re: compress method for spgist - 2

2017-12-05 Thread Alexander Korotkov
On Tue, Dec 5, 2017 at 1:14 PM, Darafei Praliaskouski wrote: > The following review has been posted through the commitfest application: > make installcheck-world: not tested > Implements feature: not tested > Spec compliant: not tested > Documentation:tested, passed >

Re: compress method for spgist - 2

2017-12-05 Thread Darafei Praliaskouski
The following review has been posted through the commitfest application: make installcheck-world: not tested Implements feature: not tested Spec compliant: not tested Documentation:tested, passed I've read the updated patch and see my concerns addressed. I'm looking f