projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2e27d
)
Group all uncategorised log messages to a default module-id (with number set to
author
Pavan Deolasee
<
[email protected]
>
Wed, 17 Feb 2016 04:52:05 +0000
(10:22 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Wed, 17 Feb 2016 04:52:05 +0000
(10:22 +0530)
255 right now)
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 07d60aa1e02276c212760b571f2b3f50ba20f885..a91595a425840f70e3535086197e38fadce499fe 100644
(file)
--- 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)