Re: Typo in create_index regression test

Dean Rasheed <dean.a.rasheed@gmail.com>

From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Tender Wang <tndrwang@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-04T15:47:37Z
Lists: pgsql-hackers
On Mon, 4 Aug 2025 at 15:18, Tender Wang <tndrwang@gmail.com> wrote:
>
> Dean Rasheed <dean.a.rasheed@gmail.com> 于2025年8月4日周一 22:10写道:
>>
>> While looking at create_index.sql, I noticed the following:
>>
>> which isn't testing what it claims to test because there's a typo in
>> the table name. Patch attached.
>
> Good catch.
> LGTM.

Pushed. Thanks for looking.

Regards,
Dean



Commits

  1. Fix typo in create_index.sql.