Thread: pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS

pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS

From
Noah Misch
Date:
Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).

By building it unconditionally, libpgport inadvertently replaced any
libc version of the function.  This is essentially a code cleanup; any
effect on performance is almost surely too small to notice.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d265ae77af6f8d99bbd68b6ee644e7572b16754

Modified Files
--------------
src/port/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)