mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Mirror struct Aggref field order in _copyAggref().
This is cosmetic, and no supported release has the affected fields.
This commit is contained in:
parent
87a3023c60
commit
2195c5afaa
@ -1244,8 +1244,8 @@ _copyAggref(const Aggref *from)
|
||||
COPY_NODE_FIELD(aggfilter);
|
||||
COPY_SCALAR_FIELD(aggstar);
|
||||
COPY_SCALAR_FIELD(aggvariadic);
|
||||
COPY_SCALAR_FIELD(aggpartial);
|
||||
COPY_SCALAR_FIELD(aggcombine);
|
||||
COPY_SCALAR_FIELD(aggpartial);
|
||||
COPY_SCALAR_FIELD(aggkind);
|
||||
COPY_SCALAR_FIELD(agglevelsup);
|
||||
COPY_LOCATION_FIELD(location);
|
||||
|
Loading…
Reference in New Issue
Block a user