@ -59,7 +59,7 @@ bool open_join_children = true;
|
||||
bool will_shutdown = false;
|
||||
|
||||
/* hard-wired binary version number */
|
||||
const uint32 GRAND_VERSION_NUM = 92420;
|
||||
const uint32 GRAND_VERSION_NUM = 92421;
|
||||
|
||||
const uint32 HINT_ENHANCEMENT_VERSION_NUM = 92359;
|
||||
const uint32 MATVIEW_VERSION_NUM = 92213;
|
||||
|
@ -0,0 +1,5 @@
|
||||
-- --------------------------------------------------------------
|
||||
-- rollback pg_catalog.pg_collation
|
||||
-- --------------------------------------------------------------
|
||||
delete from pg_catalog.pg_collation where collname='zh_CN' and collnamespace=11 and collencoding=36 and collcollate='zh_CN.gb18030' and collctype='zh_CN.gb18030';
|
||||
delete from pg_catalog.pg_collation where collname='zh_CN.gb18030' and collnamespace=11 and collencoding=36 and collcollate='zh_CN.gb18030' and collctype='zh_CN.gb18030';
|
@ -0,0 +1,5 @@
|
||||
-- --------------------------------------------------------------
|
||||
-- rollback pg_catalog.pg_collation
|
||||
-- --------------------------------------------------------------
|
||||
delete from pg_catalog.pg_collation where collname='zh_CN' and collnamespace=11 and collencoding=36 and collcollate='zh_CN.gb18030' and collctype='zh_CN.gb18030';
|
||||
delete from pg_catalog.pg_collation where collname='zh_CN.gb18030' and collnamespace=11 and collencoding=36 and collcollate='zh_CN.gb18030' and collctype='zh_CN.gb18030';
|
@ -0,0 +1,4 @@
|
||||
-- --------------------------------------------------------------
|
||||
-- upgrade pg_catalog.pg_collation
|
||||
-- --------------------------------------------------------------
|
||||
insert into pg_catalog.pg_collation values ('zh_CN', 11, 10, 36, 'zh_CN.gb18030', 'zh_CN.gb18030'), ('zh_CN.gb18030', 11, 10, 36, 'zh_CN.gb18030', 'zh_CN.gb18030');
|
@ -0,0 +1,4 @@
|
||||
-- --------------------------------------------------------------
|
||||
-- upgrade pg_catalog.pg_collation
|
||||
-- --------------------------------------------------------------
|
||||
insert into pg_catalog.pg_collation values ('zh_CN', 11, 10, 36, 'zh_CN.gb18030', 'zh_CN.gb18030'), ('zh_CN.gb18030', 11, 10, 36, 'zh_CN.gb18030', 'zh_CN.gb18030');
|
Reference in New Issue
Block a user