Re: [PATCH] Add a inline function to eliminate duplicate code

From: mahendrakar s <mahendrakarforpg(at)gmail(dot)com>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add a inline function to eliminate duplicate code
Date: 2022-08-02 13:23:51
Message-ID: CABkiuWrOrdXfjLBYX1dayg2B9LRGMtst7fZq94Jtrmz5cxuSew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patch is looking good to me.

Thanks,
Mahendrakar.

On Tue, 2 Aug 2022 at 16:57, Junwang Zhao <zhjwpku(at)gmail(dot)com> wrote:

> abstract the logic of `scankey change attribute num to index col
> number` to change_sk_attno_to_index_column_num, which is a static
> inline function.
>
> --
> Regards
> Junwang Zhao
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2022-08-02 14:14:22 Re: Race between KeepFileRestoredFromArchive() and restartpoint
Previous Message Drouvot, Bertrand 2022-08-02 13:23:35 Re: Patch proposal: New hooks in the connection path