pgsql: Add noreturn attributes to some error reporting functions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add noreturn attributes to some error reporting functions
Date: 2013-02-12 12:14:06
Message-ID: E1U5EkQ-0006XF-UV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Add noreturn attributes to some error reporting functions

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0cb1fac3b19f01025b63d2cdceabb8767185da28

Modified Files
--------------
contrib/cube/cubescan.l | 2 +-
contrib/seg/segscan.l | 2 +-
src/backend/replication/repl_scanner.l | 2 +-
src/include/mb/pg_wchar.h | 4 ++--
src/include/parser/parse_relation.h | 4 ++--
src/include/storage/lock.h | 2 +-
src/include/tcop/tcopprot.h | 2 +-
src/pl/plpgsql/src/pl_scanner.c | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-02-12 12:19:01 Re: pgsql: Add noreturn attributes to some error reporting functions
Previous Message Heikki Linnakangas 2013-02-11 21:09:21 pgsql: Support unlogged GiST index.

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-02-12 12:19:01 Re: pgsql: Add noreturn attributes to some error reporting functions
Previous Message Andres Freund 2013-02-12 12:13:24 Re: Support for REINDEX CONCURRENTLY