Обсуждение: pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in

Поиск
Список
Период
Сортировка

pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in

От
Tom Lane
Дата:
Make all the declarations of WaitEventSetWaitBlock be marked "inline".

The inconsistency here triggered compiler warnings on some buildfarm
members, and it's surely pretty pointless.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a1953f3a60cc7d1b8516d0b2c7e82ae8e9242de3

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


Re: pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in

От
Andres Freund
Дата:
On 2016-04-02 17:55:52 +0000, Tom Lane wrote:
> Make all the declarations of WaitEventSetWaitBlock be marked "inline".
>
> The inconsistency here triggered compiler warnings on some buildfarm
> members, and it's surely pretty pointless.

Thanks for taking care of this one!