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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make all the declarations of WaitEventSetWaitBlock be marked "in
Date: 2016-04-02 17:55:52
Message-ID: E1amPm4-0000xp-Jv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-02 17:59:17 pgsql: Add missing "static".
Previous Message Tom Lane 2016-04-02 17:49:22 pgsql: Suppress compiler warning.