[MASSMAIL]BUG #18425: KB5036892 Microsoft Update Package Issue

Поиск
Список
Период
Сортировка
От MUSTAFA TANSEL TEKİN
Тема [MASSMAIL]BUG #18425: KB5036892 Microsoft Update Package Issue
Дата
Msg-id CAEGfZUxo6taAD-Jgg-C9YVktn+TmrEOhQ3pk=+=gx7Ch4XkW-g@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #18425: KB5036892 Microsoft Update Package Issue  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18425: KB5036892 Microsoft Update Package Issue  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-bugs



Hi,

Thank you for your interesting. But solution way is not working because your solution way is effected by KB5031455 update package. But my problem update package KB5036892. Totally different. KB5036892 package is changed win10 copilot app update. It is stopped pgsql service on windows 10-11.And this package is publishing to Europe countries. This package will created big problems...

Laurenz Albe <laurenz.albe@cybertec.at>, 10 Nis 2024 Çar, 17:30 tarihinde şunu yazdı:
On Wed, 2024-04-10 at 10:06 +0000, PG Bug reporting form wrote:
> Operating system:   Windows 10
>
> I am Mustafa from Turkiye, last night my computer is updated automatically.
> But KB50336892 number package file is stopped pgsql 11 service. I solved
> this problem form uninstalled this update package but. Windows 10 automatic
> update process will be updated other time. Please check this pgsql service
> and ıf it is required to contact to microsoft

This is the same problem as this one:
https://www.postgresql.org/message-id/flat/18196-b10f93dfbde3d7db%40postgresql.org

The problem is mostly in the Windows installer.

To fix your system, revert the patch so that you can start PostgreSQL
(you already did that).

Then stop the PostgreSQL service and take a backup of the data directory,
in case you mess up something below.  Start the service again.

Then you have to connect as superuser and manually update "pg_database" to
change the collation and character type to "tr-TR"; something like

  UPDATE pg_database
  SET datcollate = 'tr-TR.1254'
  WHERE datcollate = 'Turkish_Turkey.1254';

  UPDATE pg_database
  SET datctype = 'tr-TR.1254'
  WHERE datctype = 'Turkish_Turkey.1254';

(I don't have Windows - could somebody ascertain that these values are correct?)

Then you'd update "postgresql.conf" with a text editor and likewise change
all occurrences of "Turkish_Turkey.1254" to "tr-TR.1254".

After that, restart your PostgreSQL service and see if everything works as it should.

Then you should be able to apply the Windows patch, and PostgreSQL should be fine.

As I mentioned above, I don't run Windows myself, so try it on a test system before
you do it on the production database.

Yours,
Laurenz Albe

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Ronan Dunklau
Дата:
Сообщение: Re: FSM Corruption (was: Could not read block at end of the relation)
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: BUG #18425: KB5036892 Microsoft Update Package Issue