From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
---|---|
To: | emre(at)hasegeli(dot)com |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Press Release Draft - 2016-02-09 Cumulative Update |
Date: | 2017-02-07 20:56:48 |
Message-ID: | 2D770A75-3B7C-4ADB-91E6-B9E486A3240A@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On Feb 7, 2017, at 11:25 AM, Emre Hasegeli <emre(at)hasegeli(dot)com> wrote:
>
>> As there are a lot of updates I did my best to consolidate some of the
>> bullet points and as usual, people are directed to the release notes.
>> Please let me know if there are any inaccuracies so I can fix them ASAP.
>
> Just some minor points:
>
>> * Several fixes for PostgreSQL operating in hot standby mode
>
> It sounded unnatural to me. Maybe it is better without "PostgreSQL".
>
>> * Several vacuum and autovacuum fxies
>
> Typo
>
>> * Several Unicode fixes
>
> It sounded alarming to me. I see just one related item on the release
> notes. Maybe we can clarify the problem.
>
>> * Sync our copy of the timezone library with IANA release tzcode2016j
>
> This is repeated on the following sentence.
>
>> BEGIN;
>> DROP INDEX bad_index_name;
>> CREATE INDEX CONCURRENTLY bad_index_name ON table_name (column_name); /* replace names with your original index definition */
>> COMMIT;
>
> Maybe you meant CREATE INDEX without CONCURRENTLY?
Thanks for the corrections / suggestions. I have applied them and will push a new version shortly!
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan S. Katz | 2017-02-07 20:58:46 | Re: Press Release Draft - 2016-02-09 Cumulative Update |
Previous Message | Alexander Korotkov | 2017-02-07 20:29:05 | Re: GSoC 2017 - LAST CALL |