Skip to content

Commit 2195c5a

Browse files
committed
Mirror struct Aggref field order in _copyAggref().
This is cosmetic, and no supported release has the affected fields.
1 parent 87a3023 commit 2195c5a

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy