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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS
Date: 2015-03-07 05:54:28
Message-ID: E1YU7gy-0007ac-Ez@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-08 15:51:09 pgsql: Fix erroneous error message for REINDEX SYSTEM.
Previous Message Peter Eisentraut 2015-03-07 04:43:00 pgsql: Remove rolcatupdate