Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate
Date
Msg-id 3315814.1758724884@sss.pgh.pa.us
Whole thread Raw
In response to BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #19063: Heavily nesting trivial ROW projections produces out of memory error
Next
From: Masahiko Sawada
Date:
Subject: Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c