agora inbox for pgsql-pkg-debian@postgresql.org  
help / color / mirror / Atom feed
Re: RISC-V support in the PostgreSQL PGDG APT repository
5+ messages / 2 participants
[nested] [flat]

* Re: RISC-V support in the PostgreSQL PGDG APT repository
@ 2026-08-29 08:06  Christoph Berg <myon@debian.org>
  0 siblings, 1 reply; 5+ messages in thread

From: Christoph Berg @ 2026-08-29 08:06 UTC (permalink / raw)
  To: Cary Huang <cary.huang@highgo.ca>; +Cc: PostgreSQL in Debian <pgsql-pkg-debian@lists.postgresql.org>

Re: Cary Huang
> Hi Christoph, 
> 
> Hope all is well. This is Cary Huang from Highgo Software, based in Vancouver, Canada.
> 
> I am reaching out to ask whether there are any current or future plans to support
> RISC-V (riscv64) in the PostgreSQL PGDG APT repository.
> 
> Are there any major blockers to adding such support today?

Hi Cary,

thanks for reaching out.

The obvious blocker is availability of hardware. We don't have build
hosts. The other question would be if those build hosts could keep up
with the speed of the other architectures. Currently all supported
architectures are about the same speed, so we can build all packages
synchronously, which has helped a lot with keeping repository quality
up. Looking at Debian's riscv64 build hosts, they are often much
slower than the others.

> I noticed that Debian 13 already provides PostgreSQL 17 and a number of PostgreSQL
> extensions for riscv64, which seems to indicate that PostgreSQL and much of the
> ecosystem can already build and run on the architecture. However, PGDG does not
> currently provide riscv64 packages, so Debian RISC-V users who need a PostgreSQL
> version other than the one shipped by Debian don't really have an official package
> source.
> 
> RISC-V adoption is growing, and Canonical's Ubuntu, Red Hat Enterprise Linux, and
> Debian now have some initiatives in supporting the RISC-V architecture. I think
> having PGDG support could therefore become increasingly useful. HighGo has also
> been an active contributor to the PostgreSQL community for many years, and we
> would be interested in helping with this initiative. We have connections with the
> RISC-V community in China and could potentially help procure suitable hardware or
> coordinate other resources if that would be helpful.
> 
> I'd be interested to hear your thoughts and what would be required to make riscv64
> support possible.
> 
> Cary Huang
> -------------
> HighGo Software Inc. (Canada)
> cary.huang@highgo.ca
> www.highgo.ca

Christoph






^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: RISC-V support in the PostgreSQL PGDG APT repository
@ 2026-08-31 18:13  Cary Huang <cary.huang@highgo.ca>
  parent: Christoph Berg <myon@debian.org>
  0 siblings, 1 reply; 5+ messages in thread

From: Cary Huang @ 2026-08-31 18:13 UTC (permalink / raw)
  To: Christoph Berg <myon@debian.org>; +Cc: PostgreSQL in Debian <pgsql-pkg-debian@lists.postgresql.org>

Hi Christoph,

> The obvious blocker is availability of hardware. We don't have build
> hosts. The other question would be if those build hosts could keep up
> with the speed of the other architectures. Currently all supported
> architectures are about the same speed, so we can build all packages
> synchronously, which has helped a lot with keeping repository quality
> up. Looking at Debian's riscv64 build hosts, they are often much
> slower than the others.

Thanks, this is very helpful.

I noticed that for the recently added loong64 support in PGDG APT, the
loongfans.cn community provided a 3B6000 board as the PGDG build host.
Perhaps we could use that as a practical reference point when Highgo
team looks for suitable RISC-V hardware that can keep up with the
build demand synchronously.

I'll reach out to Highgo's contacts in the RISC-V community in China
and explore whether we can procure a RISC-V machine with comparable
or better specifications and have it sent to you.

Alvaro Hernandez also reached out and expressed interest in RISC-V
support, so it looks like there is some interest from others in the
PostgreSQL ecosystem as well.

I'll see what options we can find and keep you posted. In the mean
time, if you can share with me privately a mailing address to send
the hardware to, it would be greatly appreciated!

Best regards

Cary Huang
-------------
HighGo Software Inc. (Canada)
cary.huang@highgo.ca
www.highgo.com/en







^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: RISC-V support in the PostgreSQL PGDG APT repository
@ 2026-08-31 22:32  Cary Huang <cary.huang@highgo.ca>
  parent: Cary Huang <cary.huang@highgo.ca>
  0 siblings, 1 reply; 5+ messages in thread

From: Cary Huang @ 2026-08-31 22:32 UTC (permalink / raw)
  To: Christoph Berg <myon@debian.org>; +Cc: PostgreSQL in Debian <pgsql-pkg-debian@lists.postgresql.org>

Hi Christoph

> Looking at Debian's riscv64 build hosts, they are often much
> slower than the others.

Do you have any idea what the main bottleneck is with the Debian
riscv64 build hosts? Is it primarily CPU performance, or are
there other factors such as memory or I/O?

If you happen to know the hardware specifications of those build
hosts, or have a link to them, or if you have the desired RISC-V
hardware specs, that would also be very helpful. It would give us
a better reference when looking for suitable RISC-V hardware.

thanks a lot!

Cary Huang
-------------
HighGo Software Inc. (Canada)
cary.huang@highgo.ca
www.highgo.com/en








^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: RISC-V support in the PostgreSQL PGDG APT repository
@ 2026-09-02 22:03  Christoph Berg <myon@debian.org>
  parent: Cary Huang <cary.huang@highgo.ca>
  0 siblings, 1 reply; 5+ messages in thread

From: Christoph Berg @ 2026-09-02 22:03 UTC (permalink / raw)
  To: Cary Huang <cary.huang@highgo.ca>; +Cc: PostgreSQL in Debian <pgsql-pkg-debian@lists.postgresql.org>

Re: Cary Huang
> Do you have any idea what the main bottleneck is with the Debian
> riscv64 build hosts? Is it primarily CPU performance, or are
> there other factors such as memory or I/O?

TBH I don't know, I'm just seeing Debian's riscv64 build and CI hosts
lagging behind often. I never checked the details.

> If you happen to know the hardware specifications of those build
> hosts, or have a link to them, or if you have the desired RISC-V
> hardware specs, that would also be very helpful. It would give us
> a better reference when looking for suitable RISC-V hardware.

https://db.debian.org/machines.cgi has the specs for some of the
.debian.org hosts.

Christoph






^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: RISC-V support in the PostgreSQL PGDG APT repository
@ 2026-09-03 19:49  Christoph Berg <myon@debian.org>
  parent: Christoph Berg <myon@debian.org>
  0 siblings, 0 replies; 5+ messages in thread

From: Christoph Berg @ 2026-09-03 19:49 UTC (permalink / raw)
  To: Cary Huang <cary.huang@highgo.ca>; +Cc: PostgreSQL in Debian <pgsql-pkg-debian@lists.postgresql.org>

Re: To Cary Huang
> TBH I don't know, I'm just seeing Debian's riscv64 build and CI hosts
> lagging behind often. I never checked the details.

More details here (all from the same thread spread over months):
https://lists.debian.org/debian-riscv/2026/05/msg00008.html
https://lists.debian.org/debian-riscv/2026/08/msg00028.html
https://lists.debian.org/debian-riscv/2026/09/msg00000.html

Christoph






^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2026-09-03 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 08:06 Re: RISC-V support in the PostgreSQL PGDG APT repository Christoph Berg <myon@debian.org>
2026-08-31 18:13 ` Cary Huang <cary.huang@highgo.ca>
2026-08-31 22:32   ` Cary Huang <cary.huang@highgo.ca>
2026-09-02 22:03     ` Christoph Berg <myon@debian.org>
2026-09-03 19:49       ` Christoph Berg <myon@debian.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox