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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS
Дата
Msg-id E1YU7gy-0007ac-Ez@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove rolcatupdate
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.