pgsql: Put "inline" marker on declarations of inline functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Put "inline" marker on declarations of inline functions.
Дата
Msg-id E1khf9c-000593-EL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Put "inline" marker on declarations of inline functions.

I'm having a hard time telling whether the letter of the C standard
requires this, but we do have a couple of buildfarm members that
throw warnings when this is not done.  Oversight in c532d15dd.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec05bafdbbf474bf0a1416772da31f9f1f27fa1e

Modified Files
--------------
src/backend/commands/copyfromparse.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix expected output: the order of agg permission checks changed.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Tidy up definitions of pg_attribute_hot and pg_attribute_cold