Group all uncategorised log messages to a default module-id (with number set to
authorPavan Deolasee <[email protected]>
Wed, 17 Feb 2016 04:52:05 +0000 (10:22 +0530)
committerPavan Deolasee <[email protected]>
Wed, 17 Feb 2016 04:52:05 +0000 (10:22 +0530)
255 right now)

src/Makefile.global.in

index 07d60aa1e02276c212760b571f2b3f50ba20f885..a91595a425840f70e3535086197e38fadce499fe 100644 (file)
@@ -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)