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

2022-08-05 Thread Junwang Zhao
Any more reviews? On Tue, Aug 2, 2022 at 9:24 PM mahendrakar s wrote: > > Patch is looking good to me. > > Thanks, > Mahendrakar. > > On Tue, 2 Aug 2022 at 16:57, Junwang Zhao wrote: >> >> abstract the logic of `scankey change attribute num to index col >> number` to change_sk_attno_to_index_col

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

2022-08-02 Thread mahendrakar s
Patch is looking good to me. Thanks, Mahendrakar. On Tue, 2 Aug 2022 at 16:57, Junwang Zhao 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 >

[PATCH] Add a inline function to eliminate duplicate code

2022-08-02 Thread Junwang Zhao
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 0001-add-a-inline-function-to-eliminate-duplicate-code.patch Description: Binary data