Date: Wed, 22 Jul 2009 20:13:01 +0200 From: Peter Much <pmc@citylink.dinoex.sub.org> To: knu@freebsd.org Cc: freebsd-ports@freebsd.org Subject: [PATCH] databases/postgresql-plruby: build w/ Postgres 8.4 Message-ID: <20090722181301.GA7289@gate.oper.dinoex.org>
next in thread | raw e-mail | index | archive | help
Hi, we should add this header to PLruby - it is no longer provided by postgres 8.4 for us lazy guys ;) Besides that, it works (as far as I am concerned). rgds, PMc --------------------------------------------------------------------- *** src/plruby.h.orig Wed Jul 22 13:43:23 2009 --- src/plruby.h Wed Jul 22 13:43:34 2009 *************** *** 2,7 **** --- 2,8 ---- #include <fcntl.h> #include <setjmp.h> + #include "postgres.h" #include "executor/spi.h" #include "commands/trigger.h" #include "utils/elog.h" ---------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090722181301.GA7289>