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

Andres Freund <andres@anarazel.de>

Commit: 9f7c527af308dcdaba2f0ff9d362d672e8886fb1
Author: Andres Freund <andres@anarazel.de>
Date: 2016-03-27T20:53:31Z
Releases: 9.6.0
Fix LWLockReportWaitEnd() parameter list to be (void).

Previously it was an "old style" function declaration.

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +2 −2