pgsql: Add missing "void" to prototypes. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add missing "void" to prototypes.
Date
Msg-id E1ihI3x-000672-My@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: pgsql: Move interrupt-handling code into subroutines.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Move interrupt-handling code into subroutines.