postgresql - azuresu wrong backend_type encoding in pg_stat_activity
Gajzler, Simon
5
Reputation points
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
Azure Database for PostgreSQL
An Azure managed PostgreSQL database service for app development and deployment.
1,431 questions
1 answer
Sort by: Most helpful
-
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