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

Commit8df9994

Browse files
committed
Fix whitespace
1 parent1116108 commit8df9994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/plpgsql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5961,7 +5961,7 @@ UPDATE alter_table_under_transition_tables
59615961
SET name = (name::text || name::text)::integer;
59625962
WARNING: old table = 1=11,2=22,3=33, new table = 1=1111,2=2222,3=3333
59635963
NOTICE: one = 1
5964-
-- now drop column 'name'
5964+
-- now drop column 'name'
59655965
ALTER TABLE alter_table_under_transition_tables
59665966
DROP column name;
59675967
UPDATE alter_table_under_transition_tables

‎src/test/regress/sql/plpgsql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4753,7 +4753,7 @@ ALTER TABLE alter_table_under_transition_tables
47534753
UPDATE alter_table_under_transition_tables
47544754
SET name= (name::text|| name::text)::integer;
47554755

4756-
-- now drop column 'name'
4756+
-- now drop column 'name'
47574757
ALTERTABLE alter_table_under_transition_tables
47584758
DROP column name;
47594759
UPDATE alter_table_under_transition_tables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp