pgsql: Fix more weird compiler messages caused - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Fix more weird compiler messages caused
Date
Msg-id E1TnArc-0005lB-LH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix more weird compiler messages caused
by unmatched function prototypes.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42fa810c144cb76c911cc664244bc369911eb840

Modified Files
--------------
src/include/commands/event_trigger.h |    4 ++--
src/include/commands/tablecmds.h     |    2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Adjust many backend functions to return OID rather than void.
Next
From: Simon Riggs
Date:
Subject: pgsql: Keep rd_newRelfilenodeSubid across overflow.