diff options
author | Bruce Momjian | 2000-10-03 03:11:26 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-10-03 03:11:26 +0000 |
commit | 87c0e623ba14c2de376ca9af06fb21da7b2c2215 (patch) | |
tree | e67887aaff9248f2e0c866566ed0b2967cabaae2 /src/backend/port/dynloader/beos.c | |
parent | de1af06287dd0b169385b0756074a0b24feb123c (diff) |
New diff that now covers the entire tree. Applying this gets postgresql
working on the VERY latest version of BeOS. I'm sure there will be
alot of comments, but then if there weren't I'd be disappointed!
Thanks for your continuing efforts to get this into your tree.
Haven't bothered with the new files as they haven't changed.
BTW Peter, the compiler is "broken" about the bool define and so on.
I'm filing a bug report to try and get it addressed. Hopefully then we
can tidy up the code a bit.
I await the replies with interest :)
David Reid
Diffstat (limited to 'src/backend/port/dynloader/beos.c')
-rw-r--r-- | src/backend/port/dynloader/beos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/dynloader/beos.c b/src/backend/port/dynloader/beos.c index c2a6b788457..f1ed5281b6d 100644 --- a/src/backend/port/dynloader/beos.c +++ b/src/backend/port/dynloader/beos.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.1 2000/10/02 17:15:53 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.2 2000/10/03 03:11:15 momjian Exp $ * *------------------------------------------------------------------------- */ |