Avoid dead code (contrib/pg_visibility/pg_visibility.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Avoid dead code (contrib/pg_visibility/pg_visibility.c)
Date: 2024-09-04 16:50:24
Message-ID: CAEudQAozv3wTY5TV2t29JcwPydbmKbiWQkZD42S2OgzdixPMDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Per coverity.

I think that commit c582b75
<https://github.com/postgres/postgres/commit/c582b75851c2d096ce050d753494505a957cee75>,
left an oversight.

The report is:
CID 1559993: (#1 of 1): Logically dead code (DEADCODE)

Trivial patch attached.

best regards,
Ranier Vilela

Attachment Content-Type Size
0001-avoid-dead-code-pg_visibility.patch application/octet-stream 681 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2024-09-04 16:52:57 Re: Adding skip scan (including MDAM style range skip scan) to nbtree
Previous Message Maxim Orlov 2024-09-04 16:05:32 Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points