Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9fb67f

Browse files
Marina Polyakovadanolivo
Marina Polyakova
authored andcommitted
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 isalready released.
1 parentdb3403b commitc9fb67f

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
DROPTABLEpublic.aqo_queries CASCADE;
2020
DROPTABLEpublic.aqo_query_texts CASCADE;
2121
DROPTABLEpublic.aqo_query_stat CASCADE;
22-
DROPFUNCTION 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 REPLACEFUNCTIONaqo_cleanup(OUT nfsinteger, OUT nfssinteger)
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 |SETOFrecord | 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)

[8]ページ先頭

©2009-2025 Movatter.jp