Re: BUG #18026: compile error / fe-auth.c:807:64: error: 'CHAR_BIT' undeclared (first use in this function)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hofstetter(at)jomasoft(dot)ch
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18026: compile error / fe-auth.c:807:64: error: 'CHAR_BIT' undeclared (first use in this function)
Date: 2023-07-17 16:15:59
Message-ID: 4037095.1689610559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> fe-auth.c: In function 'check_expected_areq':
> fe-auth.c:807:64: error: 'CHAR_BIT' undeclared (first use in this
> function)

Hmm. This problem seems straightforward enough to fix, but what I
don't understand is why we've not seen it already. We do have a
buildfarm animal running on Solaris 11.4 [1], and it's not unhappy.
Are you using any unusual build options or toolchain?

regards, tom lane

[1] https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=margay&br=HEAD

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcel Hofstetter 2023-07-17 16:21:43 Re: BUG #18026: compile error / fe-auth.c:807:64: error: 'CHAR_BIT' undeclared (first use in this function)
Previous Message PG Bug reporting form 2023-07-17 15:27:21 BUG #18026: compile error / fe-auth.c:807:64: error: 'CHAR_BIT' undeclared (first use in this function)