Skip to content

Commit 72c3f3f

Browse files
committed
rebase with master
2 parents 980e9bb + 4c5b570 commit 72c3f3f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

expected/plpgsql_check_active.out

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3550,6 +3550,7 @@ select * from plpgsql_check_function('test_crash', fatal_errors := true);
35503550
(5 rows)
35513551

35523552
drop function test_crash();
3553+
<<<<<<< HEAD
35533554
-- fix false alarm reported by Piotr Stepniewski
35543555
create or replace function public.fx()
35553556
returns void
@@ -3604,6 +3605,8 @@ select * from plpgsql_check_function('fx()');
36043605
(2 rows)
36053606

36063607
drop function fx();
3608+
=======
3609+
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
36073610
create or replace function foo_format(a text, b text)
36083611
returns void as $$
36093612
declare s text;
@@ -3685,9 +3688,15 @@ begin
36853688
end;
36863689
$$ language plpgsql;
36873690
select * from plpgsql_check_function('dyn_sql_2', security_warnings := true);
3691+
<<<<<<< HEAD
36883692
plpgsql_check_function
36893693
------------------------------------------------------------
36903694
error:42703:9:EXECUTE:column "c" not found in data type tp
3695+
=======
3696+
plpgsql_check_function
3697+
-------------------------------------------------------------
3698+
error:42703:14:EXECUTE:column "c" not found in data type tp
3699+
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
36913700
Query: select $1.c
36923701
-- ^
36933702
(3 rows)

sql/plpgsql_check_active.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,6 +2581,7 @@ select * from plpgsql_check_function('test_crash', fatal_errors := true);
25812581

25822582
drop function test_crash();
25832583

2584+
<<<<<<< HEAD
25842585
-- fix false alarm reported by Piotr Stepniewski
25852586
create or replace function public.fx()
25862587
returns void
@@ -2629,6 +2630,8 @@ select * from plpgsql_check_function('fx()');
26292630

26302631
drop function fx();
26312632

2633+
=======
2634+
>>>>>>> 4c5b5703551fc485a52f6f4f2dca7fc6bfb01dcf
26322635
create or replace function foo_format(a text, b text)
26332636
returns void as $$
26342637
declare s text;

0 commit comments

Comments
 (0)