mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add PGErrorVerbosity to typedefs.list
PGErrorVerbosity was missing which resulted in incorrect whitespace
alignment going back all the way to e3860ffa4d
. No backpatch for
this though since we don't pgindent backbranches.
Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAGECzQTVi8n-HW4Q27je-b9ckQk7zf6bS_it42gNvQu+DX0NCQ@mail.gmail.com
This commit is contained in:
@ -494,7 +494,7 @@ typedef enum
|
|||||||
PGERROR_TERSE, /* single-line error messages */
|
PGERROR_TERSE, /* single-line error messages */
|
||||||
PGERROR_DEFAULT, /* recommended style */
|
PGERROR_DEFAULT, /* recommended style */
|
||||||
PGERROR_VERBOSE, /* all the facts, ma'am */
|
PGERROR_VERBOSE, /* all the facts, ma'am */
|
||||||
} PGErrorVerbosity;
|
} PGErrorVerbosity;
|
||||||
|
|
||||||
extern PGDLLIMPORT int Log_error_verbosity;
|
extern PGDLLIMPORT int Log_error_verbosity;
|
||||||
extern PGDLLIMPORT char *Log_line_prefix;
|
extern PGDLLIMPORT char *Log_line_prefix;
|
||||||
|
@ -1792,6 +1792,7 @@ PGAsyncStatusType
|
|||||||
PGCALL2
|
PGCALL2
|
||||||
PGChecksummablePage
|
PGChecksummablePage
|
||||||
PGContextVisibility
|
PGContextVisibility
|
||||||
|
PGErrorVerbosity
|
||||||
PGEvent
|
PGEvent
|
||||||
PGEventConnDestroy
|
PGEventConnDestroy
|
||||||
PGEventConnReset
|
PGEventConnReset
|
||||||
|
Reference in New Issue
Block a user