pgsql: Fix LWLockReportWaitEnd() parameter list to be (void).

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix LWLockReportWaitEnd() parameter list to be (void).
Date: 2016-03-27 20:57:23
Message-ID: E1akHkR-0005CY-E2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix LWLockReportWaitEnd() parameter list to be (void).

Previously it was an "old style" function declaration.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9f7c527af308dcdaba2f0ff9d362d672e8886fb1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-27 21:51:24 pgsql: pg_rewind: fsync target data directory.
Previous Message Andres Freund 2016-03-27 20:52:48 pgsql: pg_rewind: Close backup_label file descriptor.