File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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)
1408814088 "aggsortop, "
1408914089 "'n' AS aggkind, "
1409014090 "0 AS aggtransspace, agginitval, "
14091- "0 AS aggmtransspace, NULL AS aggminitval, "
14091+ "0 AS aggmtransspace, NULL AS aggminitval "
1409214092 "FROM pg_catalog.pg_aggregate a, pg_catalog.pg_proc p "
1409314093 "WHERE a.aggfnoid = p.oid "
1409414094 "AND p.oid = '%u'::pg_catalog.oid",
@@ -14107,7 +14107,7 @@ dumpAgg(Archive *fout, AggInfo *agginfo)
1410714107 "0 AS aggsortop, "
1410814108 "'n' AS aggkind, "
1410914109 "0 AS aggtransspace, agginitval, "
14110- "0 AS aggmtransspace, NULL AS aggminitval, "
14110+ "0 AS aggmtransspace, NULL AS aggminitval "
1411114111 "FROM pg_catalog.pg_aggregate a, pg_catalog.pg_proc p "
1411214112 "WHERE a.aggfnoid = p.oid "
1411314113 "AND p.oid = '%u'::pg_catalog.oid",
You can’t perform that action at this time.
0 commit comments