Re: fine tune v11 release notes

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: fine tune v11 release notes
Date: 2018-10-13 21:04:30
Message-ID: 20181013210430.GA5325@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Oct 13, 2018 at 03:38:39PM -0500, Justin Pryzby wrote:
> On Sat, Oct 13, 2018 at 04:34:07PM -0400, Tom Lane wrote:
> > "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
> > > On 10/6/18 9:42 AM, Justin Pryzby wrote:
> > >> Find below various fixes to release notes for v11, for discussion purposes.
> >
> > > Thanks for putting this together. I reviewed, broke it up into two
> > > patches, and made some additions / changes / deletions. Please see
> > > attached patches.
> >
> > Hmm, I just saw this after spending an afternoon editing the release
> > notes. I'll try to merge it with what I did.
>
> I had some more local changes too...I'll try to send an patch relative to my
> original. I'm sure Jonathan already caught most of the errors anyway.

I'm attaching two patches. They're redundant ; choose one.

1) fine-tune-jonathan-justin.patch: To be applied on top of Jonathan's patch to
release notes. I believe he dropped a few of my changes, but I don't know
offhand which, so some of my changes should perhaps be removed.

I think at least these two additional hunks are important:
- B-tree indexes can now be built in parallel with
+ A B-tree index can now be built in parallel with

=> avoid confusion between "parallel" and "simultaneous".

- Allow <literal>UNIQUE</literal> indexes on partitioned tables if
- the partition key guarantees uniqueness (&Aacute;lvaro Herrera,
+ Allow <literal>UNIQUE</literal> indexes on partitioned tables when
+ the partition key is included in the index key (&Aacute;lvaro Herrera,

=> Needed for correctness IMHO.

2) fine-tune-v2.patch: relative to my original. Should be self explanatory.

Feel free to send your own patch and I'll resolve conflicts and resend proposed
changes.

Justin

Attachment Content-Type Size
fine-tune-jonathan-justin.patch text/x-diff 10.7 KB
fine-tune-v2.patch text/x-diff 9.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2018-10-13 21:13:18 backpatch to v11? Add "B" suffix for bytes to docs
Previous Message Jonathan S. Katz 2018-10-13 20:40:20 Re: fine tune v11 release notes