pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS
Date
Msg-id E1YU7gy-0007ac-Ez@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove rolcatupdate
Next
From: Noah Misch
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.