index_delete_sort: Unnecessary variable "low" is used in heapam.c

From: btnakamurakoukil <btnakamurakoukil(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: index_delete_sort: Unnecessary variable "low" is used in heapam.c
Date: 2024-09-24 08:32:48
Message-ID: 8aeb7b3eda53ca4c65fbacf8f43628fb@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

I noticed unnecessary variable "low" in index_delete_sort()
(/postgres/src/backend/access/heap/heapam.c), patch attached. What do
you think?

Regards,
Koki Nakamura <btnakamurakoukil(at)oss(dot)nttdata(dot)com>

Attachment Content-Type Size
0001-Delete-low.patch text/x-diff 1023 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2024-09-24 08:39:45 Re: Add llvm version into the version string
Previous Message Denis Laxalde 2024-09-24 08:19:07 Re: Proposal: allow database-specific role memberships