Unused variable found in AttrDefaultFetch

From: Zhihong Yu <zyu(at)yugabyte(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Unused variable found in AttrDefaultFetch
Date: 2021-04-04 02:47:03
Message-ID: CALNJ-vQDTFDzMSqpTf5NewkZf92PfX5BpdBVxhKzhXVikRbHvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I was looking at AttrDefaultFetch and saw that the variable found is never
read.

I think it can be removed. See attached patch.

Cheers

Attachment Content-Type Size
def-fetch-found.patch application/octet-stream 939 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message osumi.takamichi@fujitsu.com 2021-04-04 02:58:43 RE: Stronger safeguard for archive recovery not to miss data
Previous Message Tom Lane 2021-04-04 02:09:51 Re: ALTER TABLE ADD COLUMN fast default