OSDN Git Service

Merge branch 'plpgsql_hook_test'
authorRyohei OKADA <okada.ryohei@metrosystems.co.jp>
Wed, 12 Jun 2013 05:14:39 +0000 (14:14 +0900)
committerRyohei OKADA <okada.ryohei@metrosystems.co.jp>
Wed, 12 Jun 2013 05:14:39 +0000 (14:14 +0900)
Conflicts:
pg_hint_plan.c

1  2 
pg_hint_plan.c

diff --cc pg_hint_plan.c
@@@ -36,8 -36,7 +36,9 @@@
  #include "catalog/pg_class.h"
  #endif
  
 +#include "executor/spi.h"
 +#include "catalog/pg_type.h"
+ #include "plpgsql.h"
  
  #ifdef PG_MODULE_MAGIC
  PG_MODULE_MAGIC;