pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
Date: 2012-01-31 18:49:43
Message-ID: E1RsIlz-0004N9-Ta@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Add GCC noreturn attribute to appropriate functions

This is a small help to the compiler and static analyzers.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/88a6ac9f93b138d39d08b9882b377539edf985f4

Modified Files
--------------
src/bin/pg_dump/dumputils.h | 2 +-
src/bin/pg_dump/pg_backup_archiver.c | 2 +-
src/bin/pg_dump/pg_backup_archiver.h | 2 +-
src/bin/pg_dump/pg_dump.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-31 19:23:47 pgsql: psql: Reduce the amount of const lies a bit
Previous Message Robert Haas 2012-01-31 18:19:28 pgsql: Adjust expected regression test outputs for PL/python.