pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_dump: Add GCC noreturn attribute to appropriate functions
Date
Msg-id E1RsIlz-0004N9-Ta@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Adjust expected regression test outputs for PL/python.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Reduce the amount of const lies a bit