Re: [PATCH] Add loongarch native checksum implementation.
YANG Xudong <yangxudong@ymatrix.cn>
From: YANG Xudong <yangxudong@ymatrix.cn>
To: huchangqi <huchangqi@loongson.cn>,
John Naylor <john.naylor@enterprisedb.com>
Cc: pgsql-hackers@lists.postgresql.org, wengyanqing@ymatrix.cn,
wanghao@ymatrix.cn
Date: 2023-07-26T01:25:42Z
Lists: pgsql-hackers
Many thanks to huchangqi. Now we have loongarch64 support for both old world ABI and new world ABI on the buildfarm! -------- Forwarded Message -------- Subject: Re: [PATCH] Add loongarch native checksum implementation. Date: Tue, 25 Jul 2023 15:51:43 +0800 From: huchangqi <huchangqi@loongson.cn> To: YANG Xudong <yangxudong@ymatrix.cn> Both cisticola and nuthatch are on the buildfarm now。 cisticola is "old world ABI". https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=cisticola&br=HEAD nuthatch is "new world ABI". https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=nuthatch&br=HEAD ---------- Best regards, huchangqi On 2023/7/5 15:11, John Naylor wrote: > > Before I look at this again: Are there any objections to another CRC > implementation for the reason of having no buildfarm member? It is possible to try this patch on buildfarm now, I guess?
Commits
-
Update Solution.pm for new LoongArch CRC symbol
- f25b18500a84 17.0 landed
-
Use native CRC instructions on 64-bit LoongArch
- 4d14ccd6af6e 17.0 landed
-
Recalculate search_path after ALTER ROLE.
- fa2e874946c5 17.0 cited