pgsql/src/backend/utils/adt (cash.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (cash.c)
Date: 2000-11-18 03:55:51
Message-ID: 200011180355.eAI3tpr20156@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Date: Friday, November 17, 2000 @ 22:55:51
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv20150

Modified Files:
cash.c

----------------------------- Log Message -----------------------------

Modify locale code to defend against possibility that it was compiled
with an -fsigned-char/-funsigned-char setting opposite to that of libc,
thus breaking the convention that 'undefined' values returned by
localeconv() are represented by CHAR_MAX. It is sheer stupidity that
gcc even has such a switch --- it's just as bad as the structure-packing
control switches offered by the more brain-dead PC compilers --- and
as for the behavior of Linux distribution vendors who set RPM_OPT_FLAGS
differently from the way they built libc, well, words fail me...

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-11-18 04:31:59 [WEBMASTER] 'www/html/docs awbook.html'
Previous Message tgl 2000-11-18 03:36:49 pgsql/src/backend/commands (dbcommands.c)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-11-18 04:59:06 WAL fsync scheduling
Previous Message Tom Lane 2000-11-18 03:45:38 Re: Failure to recognise new database