mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix commit c11cb17d.
I neglected to update copyfuncs/outfuncs/readfuncs. Discussion: https://postgr.es/m/12491.1582833409%40sss.pgh.pa.us
This commit is contained in:
@@ -988,6 +988,7 @@ _copyAgg(const Agg *from)
|
||||
COPY_POINTER_FIELD(grpCollations, from->numCols * sizeof(Oid));
|
||||
}
|
||||
COPY_SCALAR_FIELD(numGroups);
|
||||
COPY_SCALAR_FIELD(transitionSpace);
|
||||
COPY_BITMAPSET_FIELD(aggParams);
|
||||
COPY_NODE_FIELD(groupingSets);
|
||||
COPY_NODE_FIELD(chain);
|
||||
|
||||
Reference in New Issue
Block a user