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

Commitd143150

Browse files
committed
Fix thinko in psql test
The tests added by14d755b added atest case for psql's \set ECHO errors. After the test, it then resetthis to \set ECHO none, which is the default. But the regressiontests are actually run under \set ECHO all (psql -a), so that wouldhave been the correct way to restore the previous state. Otherwise,test cases added after that point would not have their input linesdisplayed. This was never the intention, so fix this now.
1 parente0e567a commitd143150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/sql/psql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,4 +1315,4 @@ DROP TABLE oer_test;
13151315
-- ECHO errors
13161316
\set ECHO errors
13171317
SELECT*FROM notexists;
1318-
\set ECHOnone
1318+
\set ECHOall

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp