Re: Typo in create_index regression test - Mailing list pgsql-hackers

From Tender Wang
Subject Re: Typo in create_index regression test
Date
Msg-id CAHewXNneA0SGnAUy3+_DTmcT8GY0aHaNdzMD9i386pgZmLh8wQ@mail.gmail.com
Whole thread Raw
In response to Typo in create_index regression test  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: Typo in create_index regression test
List pgsql-hackers


Dean Rasheed <dean.a.rasheed@gmail.com> 于2025年8月4日周一 22:10写道:
While looking at create_index.sql, I noticed the following:

--
-- Check handling of indexes on system columns
--
CREATE TABLE syscol_table (a INT);

-- System columns cannot be indexed
CREATE INDEX ON syscolcol_table (ctid);

which isn't testing what it claims to test because there's a typo in
the table name. Patch attached.

Good catch.
LGTM. 

--
Thanks,
Tender Wang

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Typo in create_index regression test
Next
From: Bertrand Drouvot
Date:
Subject: Adding per backend commit and rollback counters