mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 04:22:56 +00:00
committed by
GitHub
parent
c28bfd4c63
commit
9ce5ada89e
@@ -52,7 +52,7 @@ typedef struct
|
||||
#define NEON_TAG "[NEON_SMGR] "
|
||||
#define neon_log(tag, fmt, ...) ereport(tag, \
|
||||
(errmsg(NEON_TAG fmt, ##__VA_ARGS__), \
|
||||
errhidestmt(true), errhidecontext(true)))
|
||||
errhidestmt(true), errhidecontext(true), internalerrposition(0)))
|
||||
|
||||
/*
|
||||
* supertype of all the Neon*Request structs below
|
||||
|
||||
Reference in New Issue
Block a user