Re: BUG #17200: PostgreSQL-Support Profile Guide Optimization(Clang/GCC)?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hpc researcher_mspk <hpcresearch(dot)mspk(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17200: PostgreSQL-Support Profile Guide Optimization(Clang/GCC)?
Date: 2021-09-28 13:39:36
Message-ID: 2834314.1632836376@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

hpc researcher_mspk <hpcresearch(dot)mspk(at)gmail(dot)com> writes:
> Tried PostgreSQL with GCC-Profile guided optimization(PGO) and it is
> working with the HammerDB benchmark environment. Similarly, we tried
> PostgreSQL with Clang(12.0V) -Profile guided optimization(PGO) and it is
> not working and observed an error
> "warning: default.profraw: Failed to uncompress data (zlib)
> error: No profiles could be merged"

> Are there any plans to fix this issue in upcoming releases?

I see no reason to believe that this is Postgres' problem to fix.
Try filing a bug with the Clang people.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-09-29 03:09:24 BUG #17203: missing websearch_to_tsquery
Previous Message Max Tomich 2021-09-28 12:57:59 v.13.3 Trigger Before Insert