Skip to content

Commit

Permalink
Merge pull request plproxy#4 from petere/master
Browse files Browse the repository at this point in the history
Fix build with PostgreSQL 9.3devel
  • Loading branch information
markokr committed Nov 23, 2012
2 parents 3f8d139 + bb27e44 commit e3f3ab0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plproxy.h
Expand Up @@ -37,12 +37,17 @@
#include <catalog/pg_user_mapping.h>
#endif

#if PG_VERSION_NUM >= 90300
#include <access/htup_details.h>
#endif

#include <access/reloptions.h>
#include <access/tupdesc.h>
#include <catalog/pg_namespace.h>
#include <catalog/pg_proc.h>
#include <catalog/pg_type.h>
#include <commands/trigger.h>
#include <lib/stringinfo.h>
#include <mb/pg_wchar.h>
#include <miscadmin.h>
#include <nodes/value.h>
Expand Down

0 comments on commit e3f3ab0

Please sign in to comment.