Skip to content

Commit 95ef3d9

Browse files
Add PGErrorVerbosity to typedefs.list
PGErrorVerbosity was missing which resulted in incorrect whitespace alignment going back all the way to e3860ff. 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
1 parent 5935092 commit 95ef3d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/include/utils/elog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ typedef enum
494494
PGERROR_TERSE, /* single-line error messages */
495495
PGERROR_DEFAULT, /* recommended style */
496496
PGERROR_VERBOSE, /* all the facts, ma'am */
497-
} PGErrorVerbosity;
497+
} PGErrorVerbosity;
498498

499499
extern PGDLLIMPORT int Log_error_verbosity;
500500
extern PGDLLIMPORT char *Log_line_prefix;

src/tools/pgindent/typedefs.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,7 @@ PGAsyncStatusType
17921792
PGCALL2
17931793
PGChecksummablePage
17941794
PGContextVisibility
1795+
PGErrorVerbosity
17951796
PGEvent
17961797
PGEventConnDestroy
17971798
PGEventConnReset

0 commit comments

Comments
 (0)