Skip to content

Commit 629f40d

Browse files
committed
typo in test
1 parent ad04499 commit 629f40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/sql/create_function_3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SELECT proname, proleakproof FROM pg_proc
8888
WHERE oid in ('functext_E_1'::regproc,
8989
'functext_E_2'::regproc) ORDER BY proname;
9090

91-
ALTER FUNCTION functext_E_2(int) NOT LEAKPROOF; -- remove leakproog attribute
91+
ALTER FUNCTION functext_E_2(int) NOT LEAKPROOF; -- remove leakproof attribute
9292
SELECT proname, proleakproof FROM pg_proc
9393
WHERE oid in ('functext_E_1'::regproc,
9494
'functext_E_2'::regproc) ORDER BY proname;

0 commit comments

Comments
 (0)