[PATCH v1] eliminate duplicate code in table.c

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH v1] eliminate duplicate code in table.c
Date: 2022-07-21 08:26:38
Message-ID: CAEG8a3KbVtBm_BYf5tGsKHvmMieQVsq_jBPOg75VViQB7ACL8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There are some duplicate code in table.c, add a static inline function
to eliminate the duplicates.

--
Regards
Junwang Zhao

Attachment Content-Type Size
0001-eliminate-duplicate-code-in-table.c.patch application/octet-stream 4.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-07-21 08:28:40 Re: Improve description of XLOG_RUNNING_XACTS
Previous Message Thomas Munro 2022-07-21 08:13:52 Re: Remove fls(), use pg_bitutils.h facilities instead?