gregfelice commented on issue #2525: URL: https://github.com/apache/age/issues/2525#issuecomment-5370015439
Confirmed still reproducing on current master (`4d9b2506`, AGE 1.8.0) built against PostgreSQL 18.4, in a fresh database: ``` ERROR: CASE/ELSE could not convert type double precision to boolean LINE 6: CASE WHEN alias3 IS NULL THEN null ELSE alias3 END AS a... ``` Triaged as part of a sweep over the current fuzz-report backlog against master. This one is a clean error rather than a crash — recording it so it is not assumed stale just because it was filed against an older image. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
