mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Mark ReThrowError() with attribute noreturn
All related functions were already so marked.
This commit is contained in:
@ -331,7 +331,7 @@ extern void EmitErrorReport(void);
|
||||
extern ErrorData *CopyErrorData(void);
|
||||
extern void FreeErrorData(ErrorData *edata);
|
||||
extern void FlushErrorState(void);
|
||||
extern void ReThrowError(ErrorData *edata);
|
||||
extern void ReThrowError(ErrorData *edata) __attribute__((noreturn));
|
||||
extern void pg_re_throw(void) __attribute__((noreturn));
|
||||
|
||||
/* Hook for intercepting messages before they are sent to the server log */
|
||||
|
Reference in New Issue
Block a user