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

Commit8f061f7

Browse files
committed
Fixed test for 9.6
1 parentc204dcb commit8f061f7

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
droptype si_dicts_result;
21-
dropfunction shared_ispell_dicts;
21+
dropfunction shared_ispell_dicts();
2222

2323
createtypesi_stoplists_resultas (stop_nameVARCHAR, wordsINT, bytesINT);
2424

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

4141
drop extension if exists shared_ispell;
4242
droptype si_stoplists_result;
43-
dropfunction shared_ispell_stoplists;
43+
dropfunction shared_ispell_stoplists();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp