pgsql: Add missing "void" to prototypes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing "void" to prototypes.
Date: 2019-12-17 18:59:17
Message-ID: E1ihI3x-000672-My@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "void" to prototypes.

Commit 5910d6c7e311f0b14e3d3cb9ce3597c01d3a3cde got this wrong.

Report and patch by Andrew Gierth.

Discussion: http://postgr.es/m/8736diaj98.fsf@news-spur.riddles.org.uk

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b1cc572f1274c946da42ed13ae4065e08b13262a

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 2 +-
src/backend/postmaster/checkpointer.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-12-17 18:59:21 Re: pgsql: Move interrupt-handling code into subroutines.
Previous Message Andrew Gierth 2019-12-17 18:43:39 Re: pgsql: Move interrupt-handling code into subroutines.