Include array size in forward declaration.
Some compilers require it. At least Visual Studio, according to the buildfarm, and gcc with the -pedantic flag.
This commit is contained in:
parent
57488c1ce3
commit
dd12bef58c
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/big5_to_utf8.map */
|
||||
/* This file is generated by UCS_to_BIG5.pl */
|
||||
|
||||
static const uint32 big5_to_unicode_tree_table[];
|
||||
static const uint32 big5_to_unicode_tree_table[17088];
|
||||
|
||||
static const pg_mb_radix_tree big5_to_unicode_tree =
|
||||
{
|
||||
|
@ -515,7 +515,7 @@ sub print_radix_table
|
||||
###
|
||||
### Print the struct and array.
|
||||
###
|
||||
printf $out "static const $datatype ${tblname}_table[];\n";
|
||||
printf $out "static const $datatype ${tblname}_table[$tblsize];\n";
|
||||
printf $out "\n";
|
||||
printf $out "static const pg_mb_radix_tree $tblname =\n";
|
||||
printf $out "{\n";
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/euc_cn_to_utf8.map */
|
||||
/* This file is generated by UCS_to_EUC_CN.pl */
|
||||
|
||||
static const uint32 euc_cn_to_unicode_tree_table[];
|
||||
static const uint32 euc_cn_to_unicode_tree_table[7792];
|
||||
|
||||
static const pg_mb_radix_tree euc_cn_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map */
|
||||
/* This file is generated by UCS_to_EUC_JIS_2004.pl */
|
||||
|
||||
static const uint32 euc_jis_2004_to_unicode_tree_table[];
|
||||
static const uint32 euc_jis_2004_to_unicode_tree_table[11727];
|
||||
|
||||
static const pg_mb_radix_tree euc_jis_2004_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/euc_jp_to_utf8.map */
|
||||
/* This file is generated by UCS_to_EUC_JP.pl */
|
||||
|
||||
static const uint32 euc_jp_to_unicode_tree_table[];
|
||||
static const uint32 euc_jp_to_unicode_tree_table[14254];
|
||||
|
||||
static const pg_mb_radix_tree euc_jp_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/euc_kr_to_utf8.map */
|
||||
/* This file is generated by UCS_to_EUC_KR.pl */
|
||||
|
||||
static const uint32 euc_kr_to_unicode_tree_table[];
|
||||
static const uint32 euc_kr_to_unicode_tree_table[8553];
|
||||
|
||||
static const pg_mb_radix_tree euc_kr_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/euc_tw_to_utf8.map */
|
||||
/* This file is generated by UCS_to_EUC_TW.pl */
|
||||
|
||||
static const uint32 euc_tw_to_unicode_tree_table[];
|
||||
static const uint32 euc_tw_to_unicode_tree_table[27068];
|
||||
|
||||
static const pg_mb_radix_tree euc_tw_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/gb18030_to_utf8.map */
|
||||
/* This file is generated by UCS_to_GB18030.pl */
|
||||
|
||||
static const uint32 gb18030_to_unicode_tree_table[];
|
||||
static const uint32 gb18030_to_unicode_tree_table[32795];
|
||||
|
||||
static const pg_mb_radix_tree gb18030_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/gbk_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 gbk_to_unicode_tree_table[];
|
||||
static const uint32 gbk_to_unicode_tree_table[24354];
|
||||
|
||||
static const pg_mb_radix_tree gbk_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_10_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_10_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_10_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_13_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_13_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_13_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_14_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_14_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_14_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_15_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_15_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_15_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_16_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_16_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_16_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_2_to_unicode_tree_table[];
|
||||
static const uint16 iso8859_2_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_2_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_3_to_unicode_tree_table[];
|
||||
static const uint16 iso8859_3_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_3_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_4_to_unicode_tree_table[];
|
||||
static const uint16 iso8859_4_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_4_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_5_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_5_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_5_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_6_to_unicode_tree_table[];
|
||||
static const uint16 iso8859_6_to_unicode_tree_table[230];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_6_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_7_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_7_to_unicode_tree_table[254];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_7_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 iso8859_8_to_unicode_tree_table[];
|
||||
static const uint32 iso8859_8_to_unicode_tree_table[254];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_8_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_9_to_unicode_tree_table[];
|
||||
static const uint16 iso8859_9_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_9_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/johab_to_utf8.map */
|
||||
/* This file is generated by UCS_to_JOHAB.pl */
|
||||
|
||||
static const uint32 johab_to_unicode_tree_table[];
|
||||
static const uint32 johab_to_unicode_tree_table[22987];
|
||||
|
||||
static const pg_mb_radix_tree johab_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/koi8r_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 koi8r_to_unicode_tree_table[];
|
||||
static const uint32 koi8r_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree koi8r_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/koi8u_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 koi8u_to_unicode_tree_table[];
|
||||
static const uint32 koi8u_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree koi8u_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map */
|
||||
/* This file is generated by UCS_to_SHIFT_JIS_2004.pl */
|
||||
|
||||
static const uint32 shift_jis_2004_to_unicode_tree_table[];
|
||||
static const uint32 shift_jis_2004_to_unicode_tree_table[11716];
|
||||
|
||||
static const pg_mb_radix_tree shift_jis_2004_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/sjis_to_utf8.map */
|
||||
/* This file is generated by UCS_to_SJIS.pl */
|
||||
|
||||
static const uint32 sjis_to_unicode_tree_table[];
|
||||
static const uint32 sjis_to_unicode_tree_table[8786];
|
||||
|
||||
static const pg_mb_radix_tree sjis_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/uhc_to_utf8.map */
|
||||
/* This file is generated by UCS_to_UHC.pl */
|
||||
|
||||
static const uint32 uhc_to_unicode_tree_table[];
|
||||
static const uint32 uhc_to_unicode_tree_table[24256];
|
||||
|
||||
static const pg_mb_radix_tree uhc_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_big5.map */
|
||||
/* This file is generated by UCS_to_BIG5.pl */
|
||||
|
||||
static const uint16 big5_from_unicode_tree_table[];
|
||||
static const uint16 big5_from_unicode_tree_table[22839];
|
||||
|
||||
static const pg_mb_radix_tree big5_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_euc_cn.map */
|
||||
/* This file is generated by UCS_to_EUC_CN.pl */
|
||||
|
||||
static const uint16 euc_cn_from_unicode_tree_table[];
|
||||
static const uint16 euc_cn_from_unicode_tree_table[21644];
|
||||
|
||||
static const pg_mb_radix_tree euc_cn_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map */
|
||||
/* This file is generated by UCS_to_EUC_JIS_2004.pl */
|
||||
|
||||
static const uint32 euc_jis_2004_from_unicode_tree_table[];
|
||||
static const uint32 euc_jis_2004_from_unicode_tree_table[39163];
|
||||
|
||||
static const pg_mb_radix_tree euc_jis_2004_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_euc_jp.map */
|
||||
/* This file is generated by UCS_to_EUC_JP.pl */
|
||||
|
||||
static const uint32 euc_jp_from_unicode_tree_table[];
|
||||
static const uint32 euc_jp_from_unicode_tree_table[23370];
|
||||
|
||||
static const pg_mb_radix_tree euc_jp_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_euc_kr.map */
|
||||
/* This file is generated by UCS_to_EUC_KR.pl */
|
||||
|
||||
static const uint16 euc_kr_from_unicode_tree_table[];
|
||||
static const uint16 euc_kr_from_unicode_tree_table[33954];
|
||||
|
||||
static const pg_mb_radix_tree euc_kr_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_euc_tw.map */
|
||||
/* This file is generated by UCS_to_EUC_TW.pl */
|
||||
|
||||
static const uint32 euc_tw_from_unicode_tree_table[];
|
||||
static const uint32 euc_tw_from_unicode_tree_table[22640];
|
||||
|
||||
static const pg_mb_radix_tree euc_tw_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_gb18030.map */
|
||||
/* This file is generated by UCS_to_GB18030.pl */
|
||||
|
||||
static const uint32 gb18030_from_unicode_tree_table[];
|
||||
static const uint32 gb18030_from_unicode_tree_table[31972];
|
||||
|
||||
static const pg_mb_radix_tree gb18030_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_gbk.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 gbk_from_unicode_tree_table[];
|
||||
static const uint16 gbk_from_unicode_tree_table[24198];
|
||||
|
||||
static const pg_mb_radix_tree gbk_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_10.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_10_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_10_from_unicode_tree_table[319];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_10_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_13.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_13_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_13_from_unicode_tree_table[326];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_13_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_14.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_14_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_14_from_unicode_tree_table[507];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_14_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_15.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_15_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_15_from_unicode_tree_table[263];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_15_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_16.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_16_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_16_from_unicode_tree_table[425];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_16_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_2.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_2_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_2_from_unicode_tree_table[386];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_2_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_3.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_3_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_3_from_unicode_tree_table[373];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_3_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_4.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_4_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_4_from_unicode_tree_table[385];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_4_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_5.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_5_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_5_from_unicode_tree_table[274];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_5_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_6.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_6_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_6_from_unicode_tree_table[248];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_6_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_7.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_7_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_7_from_unicode_tree_table[386];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_7_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_8_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_8_from_unicode_tree_table[279];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_8_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_iso8859_9.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 iso8859_9_from_unicode_tree_table[];
|
||||
static const uint16 iso8859_9_from_unicode_tree_table[324];
|
||||
|
||||
static const pg_mb_radix_tree iso8859_9_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_johab.map */
|
||||
/* This file is generated by UCS_to_JOHAB.pl */
|
||||
|
||||
static const uint16 johab_from_unicode_tree_table[];
|
||||
static const uint16 johab_from_unicode_tree_table[34515];
|
||||
|
||||
static const pg_mb_radix_tree johab_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_koi8r.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 koi8r_from_unicode_tree_table[];
|
||||
static const uint16 koi8r_from_unicode_tree_table[678];
|
||||
|
||||
static const pg_mb_radix_tree koi8r_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_koi8u.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 koi8u_from_unicode_tree_table[];
|
||||
static const uint16 koi8u_from_unicode_tree_table[727];
|
||||
|
||||
static const pg_mb_radix_tree koi8u_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map */
|
||||
/* This file is generated by UCS_to_SHIFT_JIS_2004.pl */
|
||||
|
||||
static const uint16 shift_jis_2004_from_unicode_tree_table[];
|
||||
static const uint16 shift_jis_2004_from_unicode_tree_table[39196];
|
||||
|
||||
static const pg_mb_radix_tree shift_jis_2004_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_sjis.map */
|
||||
/* This file is generated by UCS_to_SJIS.pl */
|
||||
|
||||
static const uint16 sjis_from_unicode_tree_table[];
|
||||
static const uint16 sjis_from_unicode_tree_table[22895];
|
||||
|
||||
static const pg_mb_radix_tree sjis_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_uhc.map */
|
||||
/* This file is generated by UCS_to_UHC.pl */
|
||||
|
||||
static const uint16 uhc_from_unicode_tree_table[];
|
||||
static const uint16 uhc_from_unicode_tree_table[34768];
|
||||
|
||||
static const pg_mb_radix_tree uhc_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1250.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1250_from_unicode_tree_table[];
|
||||
static const uint16 win1250_from_unicode_tree_table[507];
|
||||
|
||||
static const pg_mb_radix_tree win1250_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1251.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1251_from_unicode_tree_table[];
|
||||
static const uint16 win1251_from_unicode_tree_table[446];
|
||||
|
||||
static const pg_mb_radix_tree win1251_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1252.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1252_from_unicode_tree_table[];
|
||||
static const uint16 win1252_from_unicode_tree_table[513];
|
||||
|
||||
static const pg_mb_radix_tree win1252_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1253.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1253_from_unicode_tree_table[];
|
||||
static const uint16 win1253_from_unicode_tree_table[454];
|
||||
|
||||
static const pg_mb_radix_tree win1253_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1254.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1254_from_unicode_tree_table[];
|
||||
static const uint16 win1254_from_unicode_tree_table[557];
|
||||
|
||||
static const pg_mb_radix_tree win1254_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1255.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1255_from_unicode_tree_table[];
|
||||
static const uint16 win1255_from_unicode_tree_table[562];
|
||||
|
||||
static const pg_mb_radix_tree win1255_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1256.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1256_from_unicode_tree_table[];
|
||||
static const uint16 win1256_from_unicode_tree_table[765];
|
||||
|
||||
static const pg_mb_radix_tree win1256_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1257.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1257_from_unicode_tree_table[];
|
||||
static const uint16 win1257_from_unicode_tree_table[513];
|
||||
|
||||
static const pg_mb_radix_tree win1257_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win1258.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win1258_from_unicode_tree_table[];
|
||||
static const uint16 win1258_from_unicode_tree_table[618];
|
||||
|
||||
static const pg_mb_radix_tree win1258_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win866.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win866_from_unicode_tree_table[];
|
||||
static const uint16 win866_from_unicode_tree_table[571];
|
||||
|
||||
static const pg_mb_radix_tree win866_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/utf8_to_win874.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint16 win874_from_unicode_tree_table[];
|
||||
static const uint16 win874_from_unicode_tree_table[421];
|
||||
|
||||
static const pg_mb_radix_tree win874_from_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1250_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1250_to_unicode_tree_table[];
|
||||
static const uint32 win1250_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1250_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1251_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1251_to_unicode_tree_table[];
|
||||
static const uint32 win1251_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1251_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1252_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1252_to_unicode_tree_table[];
|
||||
static const uint32 win1252_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1252_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1253_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1253_to_unicode_tree_table[];
|
||||
static const uint32 win1253_to_unicode_tree_table[254];
|
||||
|
||||
static const pg_mb_radix_tree win1253_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1254_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1254_to_unicode_tree_table[];
|
||||
static const uint32 win1254_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1254_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1255_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1255_to_unicode_tree_table[];
|
||||
static const uint32 win1255_to_unicode_tree_table[254];
|
||||
|
||||
static const pg_mb_radix_tree win1255_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1256_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1256_to_unicode_tree_table[];
|
||||
static const uint32 win1256_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1256_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1257_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1257_to_unicode_tree_table[];
|
||||
static const uint32 win1257_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1257_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win1258_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win1258_to_unicode_tree_table[];
|
||||
static const uint32 win1258_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win1258_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win866_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win866_to_unicode_tree_table[];
|
||||
static const uint32 win866_to_unicode_tree_table[256];
|
||||
|
||||
static const pg_mb_radix_tree win866_to_unicode_tree =
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/backend/utils/mb/Unicode/win874_to_utf8.map */
|
||||
/* This file is generated by UCS_to_most.pl */
|
||||
|
||||
static const uint32 win874_to_unicode_tree_table[];
|
||||
static const uint32 win874_to_unicode_tree_table[248];
|
||||
|
||||
static const pg_mb_radix_tree win874_to_unicode_tree =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user