On 2013-02-12 12:14:06 +0000, Peter Eisentraut wrote: > Add noreturn attributes to some error reporting functions
I wonder if its time to add a macro for this instead of slapping __attribute__((noreturn)) everywhere. That way msvc had a chance of adding __declspec(noreturn) or whatever its magic incatation is transparently. And perhaps other compilers in the future. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
