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

Commit835d476

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 togenerate node support functions automatically.Discussion:https://www.postgresql.org/message-id/c5906b07-220a-a3d4-8ff3-8ee593009424@enterprisedb.com
1 parent94ebf81 commit835d476

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
QuerySourcequerySource;/* where did I come from? */
125125

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp