You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Move find_my_exec() way up into main.c so it is available to the
timezone code and other places.Remove elog() calls from find_my_exec; do fprintf(stderr) instead. Wecan then remove the exec.c handling in the makefile because it doesn'thave to be built to suppress elog calls.