Typo in create_index regression test - Mailing list pgsql-hackers

From Dean Rasheed
Subject Typo in create_index regression test
Date
Msg-id CAEZATCV_CzRSOPMf1gbHQ7xTmyrV6kE7ViCBD6B81WF7GfTAEA@mail.gmail.com
Whole thread Raw
Responses Re: Typo in create_index regression test
List pgsql-hackers
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.

Regards,
Dean

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Dropping publication breaks logical replication
Next
From: Tender Wang
Date:
Subject: Re: Typo in create_index regression test