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

Appearance settings

Commit 835d476

Browse filesBrowse 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
Copy full SHA for 835d476

File tree

Expand file treeCollapse file tree

4 files changed

+952
-400
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+952
-400
lines changed

‎src/include/nodes/parsenodes.h

Copy file name to clipboardExpand all lines: src/include/nodes/parsenodes.h
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.