File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ DROP TABLE public.aqo_data CASCADE;
19
19
DROP TABLE public .aqo_queries CASCADE;
20
20
DROP TABLE public .aqo_query_texts CASCADE;
21
21
DROP TABLE public .aqo_query_stat CASCADE;
22
- DROP FUNCTION invalidate_deactivated_queries_cache;
23
22
24
23
25
24
/*
@@ -145,7 +144,6 @@ COMMENT ON FUNCTION aqo_drop_class(bigint) IS
145
144
-- Returns number of deleted rows from aqo_queries and aqo_data tables.
146
145
--
147
146
CREATE OR REPLACE FUNCTION aqo_cleanup (OUT nfs integer , OUT nfss integer )
148
- RETURNS SETOF record
149
147
AS ' MODULE_PATHNAME' , ' aqo_cleanup'
150
148
LANGUAGE C STRICT VOLATILE;
151
149
COMMENT ON FUNCTION aqo_cleanup() IS
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ SELECT obj_description('aqo_reset'::regproc::oid);
93
93
List of functions
94
94
Schema | Name | Result data type | Argument data types | Type
95
95
--------+-------------+------------------+-----------------------------------+------
96
- public | aqo_cleanup | SETOF record | OUT nfs integer, OUT nfss integer | func
96
+ public | aqo_cleanup | record | OUT nfs integer, OUT nfss integer | func
97
97
(1 row)
98
98
99
99
\df aqo_reset
You can’t perform that action at this time.
0 commit comments