summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-08-29 19:52:07 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-08-29 19:52:07 -0400
commitf81da5997eaeebb481fb9d5d0c36bfc943bc3159 (patch)
tree95c817f6bda115b12679aff0473375fc297024a6 /src/backend/utils/adt/formatting.c
parentd3dcf7ae7b94218f1ebfdb04c319840c253416d9 (diff)
Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro.
The version of this macro used in autoconf 2.59 is capable of incorrectly succeeding (ie, reporting that a library function is available when it isn't), if the compiler performs link-time optimization and decides that it can optimize the function reference away entirely. Replace it with the coding used in autoconf 2.61 and later, which forces the program result to depend on the function's result so that it cannot be optimized away. This should fix build failures currently being seen on buildfarm member anchovy. This patch affects the 8.2 and 8.3 branches only, since later branches are using autoconf versions that don't have this problem.
Diffstat (limited to 'src/backend/utils/adt/formatting.c')
0 files changed, 0 insertions, 0 deletions