[Groonga-commit] pgroonga/pgroonga at b1c5978 [master] Add missing include for PostgreSQL 9.3

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 2 22:47:38 JST 2016


Kouhei Sutou	2016-11-02 22:47:38 +0900 (Wed, 02 Nov 2016)

  New Revision: b1c5978cc419753f65a94b68193b93142b285a49
  https://github.com/pgroonga/pgroonga/commit/b1c5978cc419753f65a94b68193b93142b285a49

  Message:
    Add missing include for PostgreSQL 9.3

  Modified files:
    src/pgrn_groonga.c

  Modified: src/pgrn_groonga.c (+1 -0)
===================================================================
--- src/pgrn_groonga.c    2016-11-02 00:08:30 +0900 (080ad7a)
+++ src/pgrn_groonga.c    2016-11-02 22:47:38 +0900 (0b4abd7)
@@ -5,6 +5,7 @@
 #include "pgrn_groonga.h"
 #include "pgrn_wal.h"
 
+#include <catalog/catalog.h>
 #include <miscadmin.h>
 
 bool PGrnIsLZ4Available;
-------------- next part --------------
HTML����������������������������...
Download 



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