Skip to content

Commit 0c27d80

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 2ea8a37 commit 0c27d80

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
@@ -1609,8 +1609,8 @@ DROP TABLE cwi_test;
16091609
--
16101610
CREATE TABLE syscol_table (a INT);
16111611
-- System columns cannot be indexed
1612-
CREATE INDEX ON syscolcol_table (ctid);
1613-
ERROR: relation "syscolcol_table" does not exist
1612+
CREATE INDEX ON syscol_table (ctid);
1613+
ERROR: index creation on system columns is not supported
16141614
-- nor used in expressions
16151615
CREATE INDEX ON syscol_table ((ctid >= '(1000,0)'));
16161616
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
@@ -610,7 +610,7 @@ DROP TABLE cwi_test;
610610
CREATE TABLE syscol_table (a INT);
611611

612612
-- System columns cannot be indexed
613-
CREATE INDEX ON syscolcol_table (ctid);
613+
CREATE INDEX ON syscol_table (ctid);
614614

615615
-- nor used in expressions
616616
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