pgsql: Fix more weird compiler messages caused

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix more weird compiler messages caused
Date: 2012-12-24 16:26:52
Message-ID: E1TnArc-0005lB-LH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-12-24 16:45:56 pgsql: Keep rd_newRelfilenodeSubid across overflow.
Previous Message Andres Freund 2012-12-24 16:14:36 Re: pgsql: Adjust many backend functions to return OID rather than void.