[COMMITTERS] pgsql: Further hacking on ICU collation creation and usage.

2017-06-24 Thread Tom Lane
Further hacking on ICU collation creation and usage. pg_import_system_collations() refused to create any ICU collations if the current database's encoding didn't support ICU. This is wrongheaded: initdb must initialize pg_collation in an encoding-independent way since it might be used in other da

[COMMITTERS] pgsql: Fix typo in comment in SerializeSnapshot

2017-06-24 Thread Simon Riggs
Fix typo in comment in SerializeSnapshot Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a15b47df357d6c9ac6ebc2ce63bb24c6faddd44c Modified Files -- src/backend/utils/time/snapmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[COMMITTERS] pgsql: Revert 1f30295eab65eddaa88528876ab66e7095f4bb65

2017-06-24 Thread Simon Riggs
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65 Reported-by: Tom Lane Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/829f12e2690c0442e156069092b05f1edc78b08a Modified Files -- src/backend/utils/time/snapmgr.c | 11 --- 1 file changed, 8 insertio