[Groonga-commit] pgroonga/pgroonga at 9396147 [master] Make buildable with PostgreSQL 10 on Windows

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 10 11:53:26 JST 2017


Kouhei Sutou	2017-10-10 11:53:26 +0900 (Tue, 10 Oct 2017)

  New Revision: 9396147ec2d3c63d2f08cc6dbc8fd251e17d2b7e
  https://github.com/pgroonga/pgroonga/commit/9396147ec2d3c63d2f08cc6dbc8fd251e17d2b7e

  Message:
    Make buildable with PostgreSQL 10 on Windows

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+4 -1)
===================================================================
--- src/pgroonga.c    2017-10-10 09:25:49 +0900 (eb26e69)
+++ src/pgroonga.c    2017-10-10 11:53:26 +0900 (df29f67)
@@ -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>
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171010/5f460ec6/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index