pgsql: Remove useless inline marker.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove useless inline marker.
Дата
Msg-id E1nBObk-0006OJ-Uv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove useless inline marker.

Putting "inline" on a function that's not used anywhere in its
own file is useless unless the linker is doing global optimization,
a method we don't generally enable.  Moreover, it draws warnings
from some buildfarm members (curculio at least).

Looks like this was sloppiness in cc8b25712, which moved the
function from somewhere else where the inline marker was
more appropriate.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62e28097cebf99533bd0badd6f3c6ce9db9f1497

Modified Files
--------------
src/backend/commands/vacuum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: add cross-references between array_to_string and string_to_
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Check syscache result in AlterStatistics