> On Feb 7, 2017, at 11:25 AM, Emre Hasegeli <emre@hasegeli.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!