10000 Revert last changes in aqo--1.4--1.5.sql · postgrespro/aqo@9f69420 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f69420

Browse files
author
Marina Polyakova
committed
Revert last changes in aqo--1.4--1.5.sql
They can only be made in the next version of aqo. Because the current one is already released.
1 parent db3403b commit 9f69420

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aqo--1.4--1.5.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ DROP TABLE public.aqo_data CASCADE;
1919
DROP TABLE public.aqo_queries CASCADE;
2020
DROP TABLE public.aqo_query_texts CASCADE;
2121
DROP TABLE public.aqo_query_stat CASCADE;
22-
DROP FUNCTION invalidate_deactivated_queries_cache;
2322

2423

2524
/*
@@ -145,7 +144,6 @@ COMMENT ON FUNCTION aqo_drop_class(bigint) IS
145144
-- Returns number of deleted rows from aqo_queries and aqo_data tables.
146145
--
147146
CREATE OR REPLACE FUNCTION aqo_cleanup(OUT nfs integer, OUT nfss integer)
148-
RETURNS SETOF record
149147
AS 'MODULE_PATHNAME', 'aqo_cleanup'
150148
LANGUAGE C STRICT VOLATILE;
151149
COMMENT ON FUNCTION aqo_cleanup() IS

expected/gucs.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SELECT obj_description('aqo_reset'::regproc::oid);
9393
List of functions
9494
Schema | Name | Result data type | Argument data types | Type
9595
--------+-------------+------------------+-----------------------------------+------
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
9797
(1 row)
9898

9999
\df aqo_reset

0 commit comments

Comments
 (0)
0