[Groonga-commit] pgroonga/pgroonga at 57951d9 [master] Use more portable header

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 9 16:14:34 JST 2016


Kouhei Sutou	2016-11-09 16:14:34 +0900 (Wed, 09 Nov 2016)

  New Revision: 57951d97191495a8b3749d98f600f1054b91c7d1
  https://github.com/pgroonga/pgroonga/commit/57951d97191495a8b3749d98f600f1054b91c7d1

  Message:
    Use more portable header

  Modified files:
    src/pgrn_pg.h

  Modified: src/pgrn_pg.h (+1 -1)
===================================================================
--- src/pgrn_pg.h    2016-11-09 15:48:15 +0900 (7479547)
+++ src/pgrn_pg.h    2016-11-09 16:14:34 +0900 (0f2af70)
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <postgres.h>
-#include <storage/lockdefs.h>
+#include <storage/lock.h>
 #include <utils/relcache.h>
 
 Relation PGrnPGResolveFileNodeID(Oid fileNodeID,
-------------- next part --------------
HTML����������������������������...
Download 



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