[Groonga-commit] pgroonga/pgroonga at 76e4fe1 [master] Make buildable with PostgreSQL 9.5 or earlier again

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 17 09:26:11 JST 2016


Kouhei Sutou	2016-11-17 09:26:11 +0900 (Thu, 17 Nov 2016)

  New Revision: 76e4fe1625bb5db9aa4f62e86b2166e9a7eebd46
  https://github.com/pgroonga/pgroonga/commit/76e4fe1625bb5db9aa4f62e86b2166e9a7eebd46

  Message:
    Make buildable with PostgreSQL 9.5 or earlier again

  Modified files:
    src/pgrn_compatible.h

  Modified: src/pgrn_compatible.h (+7 -0)
===================================================================
--- src/pgrn_compatible.h    2016-11-14 17:42:00 +0900 (e7fdca4)
+++ src/pgrn_compatible.h    2016-11-17 09:26:11 +0900 (9ef5589)
@@ -32,6 +32,13 @@
 #	define ERRCODE_SYSTEM_ERROR ERRCODE_IO_ERROR
 #endif
 
+#ifndef ALLOCSET_DEFAULT_SIZES
+#	define ALLOCSET_DEFAULT_SIZES				\
+	ALLOCSET_DEFAULT_MINSIZE,					\
+	ALLOCSET_DEFAULT_INITSIZE,					\
+	ALLOCSET_DEFAULT_MAXSIZE
+#endif
+
 #ifdef PGRN_IS_GREENPLUM
 #	define PGrnDefineCustomIntVariable(name,			\
 									   shortDesc,		\
-------------- next part --------------
HTML����������������������������...
下载 



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