Do not report position in SMGR message (#3307)

refer #3277
This commit is contained in:
Konstantin Knizhnik
2023-01-13 10:23:35 +02:00
committed by GitHub
parent c28bfd4c63
commit 9ce5ada89e

View File

@@ -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