summaryrefslogtreecommitdiff
path: root/contrib/intagg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/intagg')
-rw-r--r--contrib/intagg/int_aggregate.sql.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/intagg/int_aggregate.sql.in b/contrib/intagg/int_aggregate.sql.in
index 8e929a6047..31279c5b33 100644
--- a/contrib/intagg/int_aggregate.sql.in
+++ b/contrib/intagg/int_aggregate.sql.in
@@ -1,8 +1,6 @@
-- Adjust this setting to control where the objects get created.
SET search_path = public;
-SET autocommit TO 'on';
-
-- Internal function for the aggregate
-- Is called for each item in an aggregation
CREATE OR REPLACE FUNCTION int_agg_state (int4, int4)