postgresql - azuresu wrong backend_type encoding in pg_stat_activity

Gajzler, Simon 0 Reputation points
2024-07-23T14:11:19.91+00:00

When I list pg_stat_activity, I see process from azuresu user which has wrong encoded text in backend_type column:

select * from pg_stat_activity;

datid |  datname  | pid | leader_pid | usesysid | usename | application_name | client_addr | client_hostname | client_port |         backend_start         |

xact_start |          query_start          |         state_change         | wait_event_type |   wait_event    | state | backend_xid | backend_xmin |       que

ry_id       |                            query                            |      backend_type

24601 | azure_sys | 480 |            |       10 | azuresu |                  |             |                 |             | 2024-07-23 13:29:54.360536+00 |            |             |              | IPC      | BgWorkerStartup |       |             |              |          |       | ▒\x14▒(▒\x7F
Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more