[PATCH] The heap_getsysattr function deletes unused parameters

From: lei yang <yanglei(dot)ovo(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] The heap_getsysattr function deletes unused parameters
Date: 2026-07-15 15:50:29
Message-ID: CAEDV8FwJM5PjOSYPrwgCk5FbwWj5XjM9CnBy2K-kPmYO+sr7Xg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi,

The tupleDesc parameter in the heap_getsysattr function is not used,
and the TupleDesc structure does not contain system attributes.
Maybe we can delete the parameter tupleDesc.

Attachment Content-Type Size
0001-The-heap_getsysattr-function-deletes-unused-paramete.patch application/octet-stream 3.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-07-15 15:53:40 Re: [PATCH] The heap_getsysattr function deletes unused parameters
Previous Message Nathan Bossart 2026-07-15 15:44:54 Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION