pgsql/doc (Makefile)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc (Makefile)
Date: 2000-05-17 16:57:41
Message-ID: 200005171657.MAA35591@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, May 17, 2000 @ 12:57:40
Author: momjian

Update of /usr/local/cvsroot/pgsql/doc
from hub.org:/home/tmp/cvs-serv35574/pgsql/doc

Modified Files:
Makefile

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

The check of class string in configure (line 1732) fails because this class
is in <string> and not in <string.h> on QNX4/egcs-2.91.60.
Probably this can be changed for all platforms. The test in line 1705 uses
<string> as well. Because I am not sure, I havn't this included into the
patch.

doc/Makefile has to be sligthly modified as it has been done for
src/backend/Makefile due to a QNX4 problem (patch attached)

Furthermore src/test/regress/run_check.sh needs to be patched as it has been
done for regress.sh (patch attached). Please note that in the patch the
postmaster is started always with the -i option.

run_check.sh reports the test "limit" as failed, but in reallity it is OK.
regress.sh reports it as OK.

Andreas Kardos

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-05-17 16:57:42 pgsql/src/test/regress (run_check.sh)
Previous Message Bruce Momjian - CVS 2000-05-17 15:36:38 pgsql/src/interfaces/odbc (bind.c columninfo.c connection.c convert.c dlg_specific.c dlg_specific.h drvconn.c environ.c execute.c gpps.c gpps.h info.c lobj.c misc.c misc.h options.c parse.c pgtypes.c pgtypes.h psqlodbc.h qresult.c qresult.h resource.h results.c setup.c socket.c statement.c tuple.c)