pgsql: Clean up c.h / postgres.h after Assert() move

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgsql: Clean up c.h / postgres.h after Assert() move
Date: 2013-02-08 20:36:36
Message-ID: CAMkU=1zErGRwG4=NuBjGfyDSaLMT=ddRqK3nCHh5XqxYd9aarg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

commit 381d4b70a9854a7b5b9f12d828a0824f8564f1e7 introduced some
compiler warnings:

assert.c:26: warning: no previous prototype for 'ExceptionalCondition'
elog.c: In function 'pg_re_throw':
elog.c:1628: warning: implicit declaration of function 'ExceptionalCondition'
elog.c:1630: warning: 'noreturn' function does return

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2013-02-08 20:59:40 Re: sepgsql and materialized views
Previous Message Jon Nelson 2013-02-08 20:31:21 Re: Considering Gerrit for CFs