unlisted successful compilation - Mailing list pgsql-ports

From mike
Subject unlisted successful compilation
Date
Msg-id Pine.LNX.4.02A.9910172044340.12179-100000@fnord.illuminatus.org
Whole thread Raw
List pgsql-ports
I noticed you didn't have a listing for this:
Postgres v6.5.2
Mandrake Linux 6.0 (Based ob Redhat 6.0) Kernel v2.2.9
running on a K6/2-400 w/128Meg PC100 SDRAM
it compiled cleanly, passing all the tests except for the 64 bit ints.

The only change I made was to the palloc.h file while trying to write a
bit of code to talk to the database.  After making a symbolic link from
/usr/local/pqsql/include to /usr/local/include/pgsql, I needed to change

#include "c.h"
to:
#include "../c.h"

and

#include "utils/mcxt.h"
to:
#include "mcxt.h"

It seemed to me that the palloc.h file should have been in
/usr/local/pgsql/include instead of /usr/local/pqsql/include/utils but
moving it would give me an error from postgres.h and I tried to change as
little as possible.

I would have included a diff, but the changes were so minor, I didn't
think it was necessary.

Thanks for a great product.

                                        -Mike Nugent

--
Parents give children drugs to make them act the way they want and then
punish them for taking drugs that make them feel the way they used to.

Just say no to psychoreactants.



pgsql-ports by date:

Previous
From: "Damien Silveira"
Date:
Subject: postgresbug.txt
Next
From: Yan Zhang Chen
Date:
Subject: Re: DEC OSF compile fails in buf_init.c