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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate
Дата
Msg-id 3315814.1758724884@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #19062: PostgreSQL 12.22 does not compile because of conflicting types for CollationCreate
Список 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 по дате отправления: