Skip to content

Commit 8748148

Browse files
committed
Fix typo in create_index.sql.
Introduced by 578b229. Author: Dean Rasheed <dean.a.rasheed@gmail.com> Reviewed-by: Tender Wang <tndrwang@gmail.com> Discussion: https://postgr.es/m/CAEZATCV_CzRSOPMf1gbHQ7xTmyrV6kE7ViCBD6B81WF7GfTAEA@mail.gmail.com Backpatch-through: 13
1 parent 2f60011 commit 8748148

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
@@ -1600,8 +1600,8 @@ DROP TABLE cwi_test;
16001600
--
16011601
CREATE TABLE syscol_table (a INT);
16021602
-- System columns cannot be indexed
1603-
CREATE INDEX ON syscolcol_table (ctid);
1604-
ERROR: relation "syscolcol_table" does not exist
1603+
CREATE INDEX ON syscol_table (ctid);
1604+
ERROR: index creation on system columns is not supported
16051605
-- nor used in expressions
16061606
CREATE INDEX ON syscol_table ((ctid >= '(1000,0)'));
16071607
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
@@ -623,7 +623,7 @@ DROP TABLE cwi_test;
623623
CREATE TABLE syscol_table (a INT);
624624

625625
-- System columns cannot be indexed
626-
CREATE INDEX ON syscolcol_table (ctid);
626+
CREATE INDEX ON syscol_table (ctid);
627627

628628
-- nor used in expressions
629629
CREATE INDEX ON syscol_table ((ctid >= '(1000,0)'));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy