From: Pavan Deolasee Date: Wed, 17 Feb 2016 04:52:05 +0000 (+0530) Subject: Group all uncategorised log messages to a default module-id (with number set to X-Git-Tag: XL9_5_R1BETA1~11 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3dad1748cf14835c88a1df79799d603f8b81045c;p=postgres-xl.git Group all uncategorised log messages to a default module-id (with number set to 255 right now) --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 07d60aa1e0..a91595a425 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -867,6 +867,10 @@ PREPROCESS.c = $(CC) $(CFLAGS) $(CPPFLAGS) -E PGXL_MSG_FILEID := 1 PGXL_MSG_MODULE := $(shell cat $(top_builddir)/MSGMODULES | grep -E "^subdir = $(subdir):" | cut -d ':' -f 2) +ifeq ($(PGXL_MSG_MODULE)no, no) +PGXL_MSG_MODULE := 255 +endif + ifeq ($(autodepend), yes) ifeq ($(GCC), yes)