Navigation Menu

Skip to content

Commit

Permalink
Make buildable with PostgreSQL 10 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2017
1 parent 01a7070 commit 9396147
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pgroonga.c
Expand Up @@ -41,7 +41,10 @@
#include <optimizer/cost.h>
#include <postmaster/bgworker.h>
#ifdef PGRN_SUPPORT_LOGICAL_REPLICATION
# include <replication/worker_internal.h>
/* # include <replication/worker_internal.h> */
/* TODO: Use more clever way to support workers. */
typedef struct LogicalRepWorker LogicalRepWorker;
extern PGDLLIMPORT LogicalRepWorker *MyLogicalRepWorker;
#endif
#include <storage/bufmgr.h>
#include <storage/ipc.h>
Expand Down

0 comments on commit 9396147

Please sign in to comment.