Porting PostgreSQL to DragonFly BSD
Rumko <rumcic@gmail.com>
From: Rumko <rumcic@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2011-02-27T20:19:32Z
Lists: pgsql-hackers
Attachments
- 0001-DragonFly-BSD-support.patch (application/mbox) patch 0001
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