aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-07-31 13:02:49 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-07-31 13:02:49 -0400
commit40b9f192170a300cd9456eb71ba7c792ba9533e1 (patch)
tree97180a43428cfcce1f629a7c2043332ea2c598a5 /src/backend/executor/execMain.c
parentb4cc35fbb709bd6fcae8998f041fd731c9acbf42 (diff)
downloadpostgresql-40b9f192170a300cd9456eb71ba7c792ba9533e1.tar.gz
postgresql-40b9f192170a300cd9456eb71ba7c792ba9533e1.zip
Record full paths of programs sought by "configure".
Previously we had a mix of uses of AC_CHECK_PROG[S] and AC_PATH_PROG[S]. The only difference between those macros is that the latter emits the full path to the program it finds, eg "/usr/bin/prove", whereas the former emits just "prove". Let's standardize on always emitting the full path; this is better for documentation of the build, and it might prevent some types of failures if later build steps are done with a different PATH setting. I did not touch the AC_CHECK_PROG[S] calls in ax_pthread.m4 and ax_prog_perl_modules.m4. There seems no need to make those diverge from upstream, since we do not record the programs sought by the former, while the latter's call to AC_CHECK_PROG(PERL,...) will never be reached. Discussion: https://postgr.es/m/25937.1501433410@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions