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

Commit4beea55

Browse files
committed
Fix typo in regression test comment
per Michael Banck
1 parent040a1df commit4beea55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ SELECT * FROM t;
728728

729729
DROP TABLE t;
730730
-- make sure expanded tuple has correct self pointer
731-
-- it will be required by the RItigger doing the cascading delete
731+
-- it will be required by the RItrigger doing the cascading delete
732732
CREATE TABLE leader (a int PRIMARY KEY, b int);
733733
CREATE TABLE follower (a int REFERENCES leader ON DELETE CASCADE, b int);
734734
INSERT INTO leader VALUES (1, 1), (2, 2);

‎src/test/regress/sql/fast_default.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ SELECT * FROM t;
472472
DROPTABLE t;
473473

474474
-- make sure expanded tuple has correct self pointer
475-
-- it will be required by the RItigger doing the cascading delete
475+
-- it will be required by the RItrigger doing the cascading delete
476476

477477
CREATETABLEleader (aintPRIMARY KEY, bint);
478478
CREATETABLEfollower (aintREFERENCES leaderON DELETE CASCADE, bint);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp