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

Commitcbadba8

Browse files
committed
Revert "Stabilize output of new regression test case".
This effectively reverts commit9edc97b (although the test is nowin a different place and has different contents). We don't need thathack anymore, because since commit4b93f57, this test case no longerthrows an error and so there's no displayed CONTEXT that could varydepending on CLOBBER_CACHE_ALWAYS. The underlying unstable-outputproblem isn't really gone, of course, but it no longer manifests here.
1 parentfeb1cc5 commitcbadba8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎src/pl/plpgsql/src/expected/plpgsql_varprops.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ end$$;
176176
ERROR: null value cannot be assigned to variable "x" declared NOT NULL
177177
CONTEXT: PL/pgSQL function inline_code_block line 3 during statement block local variable initialization
178178
-- Check that variables are reinitialized on block re-entry.
179-
\set VERBOSITY terse \\ -- needed for output stability
180179
do $$
181180
begin
182181
for i in 1..3 loop
@@ -210,7 +209,6 @@ NOTICE: x = <NULL>
210209
NOTICE: y = 3
211210
NOTICE: r = <NULL>
212211
NOTICE: c = <NULL>
213-
\set VERBOSITY default
214212
-- Check enforcement of domain constraints during initialization
215213
do $$
216214
declare x int_nn; -- fail

‎src/pl/plpgsql/src/sql/plpgsql_varprops.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ end$$;
151151

152152
-- Check that variables are reinitialized on block re-entry.
153153

154-
\set VERBOSITY terse \\-- needed for output stability
155154
do $$
156155
begin
157156
for iin1..3 loop
@@ -173,7 +172,6 @@ begin
173172
end;
174173
end loop;
175174
end$$;
176-
\set VERBOSITY default
177175

178176
-- Check enforcement of domain constraints during initialization
179177

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp