Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: peter_dyballa(at)web(dot)de
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate
Date: 2025-09-24 14:41:24
Message-ID: 3315814.1758724884@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> With default compiler /usr/bin/gcc-4.2 (powerpc-apple-darwin9-gcc-4.2.1
> (GCC) 4.2.1 (Apple Inc. build 5577)) the error is:
> pg_collation.c:55: error: conflicting types for ‘CollationCreate’

PG 12 is EOL, so we won't be doing anything about this. However,
it's evident from your messages that the problem is something
about "bool" (probably our typedef as "char") versus "_Bool"
(C99 <stdbool.h>). If you need a fix for PG 12, you might get
somewhere by trawling later branches' commit history for fixes
related to that.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Masahiko Sawada 2025-09-24 16:45:26 Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
Previous Message PG Bug reporting form 2025-09-24 14:06:07 BUG #19063: Heavily nesting trivial ROW projections produces out of memory error