Typo in create_index regression test
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-04T14:10:23Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-typo-in-create_index.sql.patch (text/x-patch) patch v1-0001
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
Commits
-
Fix typo in create_index.sql.
- 747e869af613 13.22 landed
- 0c27d80d5f0f 14.19 landed
- 8748148d6102 15.14 landed
- 112945a61e23 16.10 landed
- 191110b8ff62 17.6 landed
- 347b6a1fffc8 18.0 landed
- 88f0fdabead5 19 (unreleased) landed