Porting PostgreSQL to DragonFly BSD

From: Rumko <rumcic(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Porting PostgreSQL to DragonFly BSD
Date: 2011-02-27 20:19:32
Message-ID: ikebkk$1qh$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From what I have checked, all work on making postgresql compile on new
platforms should be posted to this list, so here it goes.

The attached patch (also available at
http://www.rumko.net/0001-DragonFly-BSD-support.patch ) applies cleanly to the
master branch and can be cherry-picked to REL9_0_STABLE branch without
conflicts.

It's based on postgres' FreeBSD support with minimal changes (a few
freebsd->dragonfly renames, removed mips support since dragonfly does not
support it and it also includes a patch to properly define the linker on dfly
as per PR pkg/44617 in http://www.netbsd.org/support/query-pr.html gnats
database).
--
Regards,
Rumko

Attachment Content-Type Size
0001-DragonFly-BSD-support.patch application/mbox 8.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2011-02-27 20:54:49 sync_rep patch v18
Previous Message Tom Lane 2011-02-27 20:06:50 Re: Native XML