Is it possible to default cron.host to the value of the postgres configuration unix_domain_socket instead of defaulting to the default path /var/run/postgresql/? This would allow cron to connect by default in more scenarios, and I believe it would have no change on the existing behavior for those who use the default path for unix_domain_socket and did not configure cron.host.
Perhaps that information is not available when the background worker is starting, but I do not know. Please let me know what you think, and thank you in advance.
Is it possible to default
cron.host
to the value of the postgres configurationunix_domain_socket
instead of defaulting to the default path/var/run/postgresql/
? This would allow cron to connect by default in more scenarios, and I believe it would have no change on the existing behavior for those who use the default path forunix_domain_socket
and did not configurecron.host
.Perhaps that information is not available when the background worker is starting, but I do not know. Please let me know what you think, and thank you in advance.