Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95ef3d9

Browse files
Add PGErrorVerbosity to typedefs.list
PGErrorVerbosity was missing which resulted in incorrect whitespacealignment going back all the way toe3860ff. No backpatch forthis 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 parent5935092 commit95ef3d9

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
externPGDLLIMPORTintLog_error_verbosity;
500500
externPGDLLIMPORTchar*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)

[8]ページ先頭

©2009-2025 Movatter.jp