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/c5906b07-220a-a3d4-8ff3-8ee593009424@enterprisedb.com
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

+2-1
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)