Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 835d476

Browse files
committed
Reformat some node comments
Reformat some comments in node field definitions to avoid long lines. This makes room for per-field annotations in a future patch to generate node support functions automatically. Discussion: https://www.postgresql.org/message-id/[email protected]
1 parent 94ebf81 commit 835d476

File tree

4 files changed

+952
-400
lines changed

4 files changed

+952
-400
lines changed

src/include/nodes/parsenodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ typedef struct Query
123123

124124
QuerySource querySource; /* where did I come from? */
125125

126-
uint64 queryId; /* query identifier (can be set by plugins) */
126+
/* query identifier (can be set by plugins) */
127+
uint64 queryId;
127128

128129
bool canSetTag; /* do I set the command result tag? */
129130

0 commit comments

Comments
 (0)