File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14088,7 +14088,7 @@ dumpAgg(Archive *fout, AggInfo *agginfo)
14088
14088
"aggsortop, "
14089
14089
"'n' AS aggkind, "
14090
14090
"0 AS aggtransspace, agginitval, "
14091
- "0 AS aggmtransspace, NULL AS aggminitval, "
14091
+ "0 AS aggmtransspace, NULL AS aggminitval "
14092
14092
"FROM pg_catalog.pg_aggregate a, pg_catalog.pg_proc p "
14093
14093
"WHERE a.aggfnoid = p.oid "
14094
14094
"AND p.oid = '%u'::pg_catalog.oid",
@@ -14107,7 +14107,7 @@ dumpAgg(Archive *fout, AggInfo *agginfo)
14107
14107
"0 AS aggsortop, "
14108
14108
"'n' AS aggkind, "
14109
14109
"0 AS aggtransspace, agginitval, "
14110
- "0 AS aggmtransspace, NULL AS aggminitval, "
14110
+ "0 AS aggmtransspace, NULL AS aggminitval "
14111
14111
"FROM pg_catalog.pg_aggregate a, pg_catalog.pg_proc p "
14112
14112
"WHERE a.aggfnoid = p.oid "
14113
14113
"AND p.oid = '%u'::pg_catalog.oid",
You can’t perform that action at this time.
0 commit comments