On Thu, Feb 22, 2018 at 6:20 PM, Thom Brown <t...@linux.com> wrote: > Hi, > > I have found that Japanese language support for the database server > has been dropped for 10. This is because it fell below the 80% of > strings translated requirement, so it was shipped without Japanese. > This isn't true of all components, but it seems quite alarming that > we've pushed out PostgreSQL 10 with no language support for a country > that has contributed a significant amount to the project, and has a > relatively large number of users. > > The database server also dropped support for Indonesian and Portugese > (Brazil). In fact, just between 9.6 and 10, the following language > support was dropped for these components: > > cs | plpython > de | pg_resetxlog > es | pg_resetxlog > fr | pg_resetxlog > id | postgres > it | pg_resetxlog > ja | pg_basebackup,pg_resetxlog,plpython,pltcl,postgres,psql > ko | pg_resetxlog > pl | pg_resetxlog > pt_BR | pg_basebackup,pg_resetxlog,pltcl,postgres > ru | pg_resetxlog > sv | pg_resetxlog > tr | plperl > zh_CN | pg_basebackup,pg_resetxlog,pltcl > zh_TW | plperl >
Arent all those pg_resetxlog entries because it was renamed to pg_resetwal? Is that because they were actually not updated for the new name, or is it a reporting side effect? -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>