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

Commit347b6a1

Browse files
committed
Fix typo in create_index.sql.
Introduced by578b229.Author: Dean Rasheed <dean.a.rasheed@gmail.com>Reviewed-by: Tender Wang <tndrwang@gmail.com>Discussion:https://postgr.es/m/CAEZATCV_CzRSOPMf1gbHQ7xTmyrV6kE7ViCBD6B81WF7GfTAEA@mail.gmail.comBackpatch-through: 13
1 parent2d81a24 commit347b6a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,8 +1624,8 @@ DROP TABLE cwi_test;
16241624
--
16251625
CREATE TABLE syscol_table (a INT);
16261626
-- System columns cannot be indexed
1627-
CREATE INDEX ONsyscolcol_table (ctid);
1628-
ERROR:relation "syscolcol_table" doesnotexist
1627+
CREATE INDEX ONsyscol_table (ctid);
1628+
ERROR:index creation on system columns isnotsupported
16291629
-- nor used in expressions
16301630
CREATE INDEX ON syscol_table ((ctid >= '(1000,0)'));
16311631
ERROR: index creation on system columns is not supported

‎src/test/regress/sql/create_index.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ DROP TABLE cwi_test;
635635
CREATETABLEsyscol_table (aINT);
636636

637637
-- System columns cannot be indexed
638-
CREATEINDEXONsyscolcol_table (ctid);
638+
CREATEINDEXONsyscol_table (ctid);
639639

640640
-- nor used in expressions
641641
CREATEINDEXON syscol_table ((ctid>='(1000,0)'));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp