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:
efcc302
)
Correct a typo
author
Pavan Deolasee
<
[email protected]
>
Wed, 17 Feb 2016 04:51:22 +0000
(10:21 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Wed, 17 Feb 2016 04:51:22 +0000
(10:21 +0530)
src/include/utils/elog.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/elog.h
b/src/include/utils/elog.h
index a7cd8cb8925993049b258de7e6a6c1106536c11d..0f7c7736623d71e57fe0a9bfbbad78f4b0750e07 100644
(file)
--- a/
src/include/utils/elog.h
+++ b/
src/include/utils/elog.h
@@
-142,7
+142,7
@@
#define ereport_domain(elevel, domain, rest) \
do { \
const int elevel_ = (elevel); \
- if (errstart(elevel, __FILE__, __LINE__, PG_FUNCNAME_MACRO, domain)) \
+ if (errstart(elevel
_
, __FILE__, __LINE__, PG_FUNCNAME_MACRO, domain)) \
errfinish rest; \
if (elevel_ >= ERROR) \
pg_unreachable(); \