pgsql: Add some noreturn attributes to help static analyzers

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some noreturn attributes to help static analyzers
Date: 2018-01-30 01:48:14
Message-ID: E1egL1y-00049m-IL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add some noreturn attributes to help static analyzers

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a044378ce2f6268a996c8cce2b7bfb5d82b05c90

Modified Files
--------------
src/backend/utils/adt/json.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-01-30 19:55:32 pgsql: Fix test case for 'outer pathkeys do not match mergeclauses' fix
Previous Message Andres Freund 2018-01-29 20:33:03 Re: pgsql: Initialize unused ExprEvalStep fields.