Re: Commit ab596105b55 - BRIN minmax-multi indexes

2021-04-15 Thread Tom Lane
Rushabh Lathia writes: > On Thu, Apr 15, 2021 at 7:49 PM Tom Lane wrote: >> As of right now, genbki.pl's OID counter reaches 12036, so it's >> pretty clear that 12000 no longer works. (I have this figure in >> my head because I noted it while working on [1].) 13000 might >> well be an excessive

Re: Commit ab596105b55 - BRIN minmax-multi indexes

2021-04-15 Thread Tomas Vondra
On 4/15/21 4:29 PM, Rushabh Lathia wrote: > > > On Thu, Apr 15, 2021 at 7:49 PM Tom Lane > wrote: > > Rushabh Lathia > writes: > > Commit mentioned in the $subject changed the FirstBootstrapObjectId > > (transam.h) fro

Re: Commit ab596105b55 - BRIN minmax-multi indexes

2021-04-15 Thread Tomas Vondra
Hi, On 4/15/21 4:03 PM, Rushabh Lathia wrote: > Hi, > > Commit mentioned in the $subject changed the FirstBootstrapObjectId > (transam.h) from 12000 to 13000.  I was trying to understand the reason > behind this change, but was not able to gather that information. Also didn't > find anything in t

Re: Commit ab596105b55 - BRIN minmax-multi indexes

2021-04-15 Thread Rushabh Lathia
On Thu, Apr 15, 2021 at 7:49 PM Tom Lane wrote: > Rushabh Lathia writes: > > Commit mentioned in the $subject changed the FirstBootstrapObjectId > > (transam.h) from 12000 to 13000. I was trying to understand the reason > > behind this change, but was not able to gather that information. Also >

Re: Commit ab596105b55 - BRIN minmax-multi indexes

2021-04-15 Thread Tom Lane
Rushabh Lathia writes: > Commit mentioned in the $subject changed the FirstBootstrapObjectId > (transam.h) from 12000 to 13000. I was trying to understand the reason > behind this change, but was not able to gather that information. Also didn't > find anything in the commit message either. As of