Re: Press Release Draft - 2016-02-09 Cumulative Update

Emre Hasegeli <emre@hasegeli.com>

From: Emre Hasegeli <emre@hasegeli.com>
To: "Jonathan S. Katz" <jkatz@postgresql.org>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-02-07T16:25:48Z
Lists: pgsql-hackers
> 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?