Skip to content

Commit 8f061f7

Browse files
committed
Fixed test for 9.6
1 parent c204dcb commit 8f061f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

expected/security.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ERROR: function "shared_ispell_dicts" already exists with same argument types
1717
drop extension if exists shared_ispell;
1818
NOTICE: extension "shared_ispell" does not exist, skipping
1919
drop type si_dicts_result;
20-
drop function shared_ispell_dicts;
20+
drop function shared_ispell_dicts();
2121
create type si_stoplists_result as (stop_name VARCHAR, words INT, bytes INT);
2222
create function shared_ispell_stoplists(OUT stop_name VARCHAR, OUT words INT, OUT bytes INT)
2323
returns SETOF record as $$
@@ -37,4 +37,4 @@ ERROR: function "shared_ispell_stoplists" already exists with same argument typ
3737
drop extension if exists shared_ispell;
3838
NOTICE: extension "shared_ispell" does not exist, skipping
3939
drop type si_stoplists_result;
40-
drop function shared_ispell_stoplists;
40+
drop function shared_ispell_stoplists();

sql/security.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ create extension shared_ispell;
1818

1919
drop extension if exists shared_ispell;
2020
drop type si_dicts_result;
21-
drop function shared_ispell_dicts;
21+
drop function shared_ispell_dicts();
2222

2323
create type si_stoplists_result as (stop_name VARCHAR, words INT, bytes INT);
2424

@@ -40,4 +40,4 @@ create extension shared_ispell;
4040

4141
drop extension if exists shared_ispell;
4242
drop type si_stoplists_result;
43-
drop function shared_ispell_stoplists;
43+
drop function shared_ispell_stoplists();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy