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

Commit2195c5a

Browse files
committed
Mirror struct Aggref field order in _copyAggref().
This is cosmetic, and no supported release has the affected fields.
1 parent87a3023 commit2195c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/nodes/copyfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,8 +1244,8 @@ _copyAggref(const Aggref *from)
12441244
COPY_NODE_FIELD(aggfilter);
12451245
COPY_SCALAR_FIELD(aggstar);
12461246
COPY_SCALAR_FIELD(aggvariadic);
1247-
COPY_SCALAR_FIELD(aggpartial);
12481247
COPY_SCALAR_FIELD(aggcombine);
1248+
COPY_SCALAR_FIELD(aggpartial);
12491249
COPY_SCALAR_FIELD(aggkind);
12501250
COPY_SCALAR_FIELD(agglevelsup);
12511251
COPY_LOCATION_FIELD(location);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp