New storage parameter pages_per_range not mentioned in CREATE INDEX doc

Lists: pgsql-hackers
From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: New storage parameter pages_per_range not mentioned in CREATE INDEX doc
Date: 2014-11-12 07:30:21
Message-ID: CAB7nPqRctdQvAh9nF3=F-vsNpc_RzFZ48YMpb3wHeQk+HyJHTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi all,

The new storage parameter pages_per_range is missing in the
documentation of CREATE INDEX. The patch attached corrects that.
Regards,
--
Michael

Attachment Content-Type Size
20141112_brin_doc_fix.patch binary/octet-stream 889 bytes

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New storage parameter pages_per_range not mentioned in CREATE INDEX doc
Date: 2014-11-14 20:36:53
Message-ID: 20141114203653.GR1791@alvin.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Michael Paquier wrote:
> Hi all,
>
> The new storage parameter pages_per_range is missing in the
> documentation of CREATE INDEX. The patch attached corrects that.

Thanks! Pushed.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New storage parameter pages_per_range not mentioned in CREATE INDEX doc
Date: 2014-11-15 04:27:30
Message-ID: 20141115042730.GU1791@alvin.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Michael Paquier wrote:
> Hi all,
>
> The new storage parameter pages_per_range is missing in the
> documentation of CREATE INDEX. The patch attached corrects that.

Ah BTW I had pushed this earlier today.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New storage parameter pages_per_range not mentioned in CREATE INDEX doc
Date: 2014-11-15 05:12:55
Message-ID: CAB7nPqRWz0T7xMpxyjkLtw2RC95+mq1V1WzHNHt1NkqjRBsDpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sat, Nov 15, 2014 at 1:27 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> Michael Paquier wrote:
>> Hi all,
>>
>> The new storage parameter pages_per_range is missing in the
>> documentation of CREATE INDEX. The patch attached corrects that.
>
> Ah BTW I had pushed this earlier today.
Thanks.
--
Michael