Commit 2195c5af authored by Noah Misch's avatar Noah Misch

Mirror struct Aggref field order in _copyAggref().

This is cosmetic, and no supported release has the affected fields.
parent 87a3023c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment