mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue