Fix LWLockReportWaitEnd() parameter list to be (void).
authorAndres Freund <andres@anarazel.de>
Sun, 27 Mar 2016 20:53:31 +0000 (22:53 +0200)
committerAndres Freund <andres@anarazel.de>
Sun, 27 Mar 2016 20:53:31 +0000 (22:53 +0200)
commit9f7c527af308dcdaba2f0ff9d362d672e8886fb1
tree0298d44e4254da611b1551cf72c6327b368d7e8f
parenta6c845946dac5c1f26cf8729cf61f1d852f75484
Fix LWLockReportWaitEnd() parameter list to be (void).

Previously it was an "old style" function declaration.
src/backend/storage/lmgr/lwlock.c