[PATCH] databases/postgresql-plruby: build w/ Postgres 8.4

Peter Much pmc at citylink.dinoex.sub.org
Wed Jul 22 19:43:22 UTC 2009


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"
---------------------------------------------------------------------


More information about the freebsd-ports mailing list