summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-09-08 10:09:43 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-09-08 10:09:43 +0200
commit27acbd51e60c98cba6441d7a88210a1c33bf9db4 (patch)
tree6a21e64b05700130b64b596b96ad89fa3116e6da /src
parent2939f613fa91f12b43d51eb8c4e595d5164e5254 (diff)
Use return instead of exit() in configure
Using exit() requires stdlib.h, which is not included. Use return instead. Also add return type for main(). Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com> Backpatched because Apple macOS 10.16/11 (Big Sur) compiler makes calling undeclared functions an error, so these configure tests would fail. Reported-by: Thomas Gilligan <thomas.gilligan@icloud.com> Reported-by: Jesse Zhang <sbjesse@gmail.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/09A4B554-82B1-4536-B191-2461342EE0BB%40icloud.com
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions