mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Manual cleanup and pgindent of pgstat and bufmgr related code
This is in preparation for commiting a larger patch series in the area. Discussion: https://postgr.es/m/CAAKRu_bHwGEbzNxxy+MQDkrsgog6aO6iUvajJ4d6PD98gFU7+w@mail.gmail.com
This commit is contained in:
@ -906,7 +906,7 @@ pg_stat_get_backend_client_addr(PG_FUNCTION_ARGS)
|
||||
clean_ipv6_addr(beentry->st_clientaddr.addr.ss_family, remote_host);
|
||||
|
||||
PG_RETURN_DATUM(DirectFunctionCall1(inet_in,
|
||||
CStringGetDatum(remote_host)));
|
||||
CStringGetDatum(remote_host)));
|
||||
}
|
||||
|
||||
Datum
|
||||
|
Reference in New Issue
Block a user