pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in
Date
Msg-id E1amPm4-0000xp-Jv@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress compiler warning.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing "static".