mirror of https://github.com/citusdata/citus.git
Minor PG refactor 320f92b744b44f961e5d56f5f21de003e8027a7f
parent
c5f8094639
commit
70554b3a7b
|
@ -33,6 +33,7 @@ typedef struct DeferredErrorMessage
|
||||||
* using RaiseDeferredError(). These error messages can be
|
* using RaiseDeferredError(). These error messages can be
|
||||||
* serialized/copied/deserialized, i.e. can be embedded in plans and such.
|
* serialized/copied/deserialized, i.e. can be embedded in plans and such.
|
||||||
*/
|
*/
|
||||||
|
#define PG_FUNCNAME_MACRO __func__
|
||||||
#define DeferredError(code, message, detail, hint) \
|
#define DeferredError(code, message, detail, hint) \
|
||||||
DeferredErrorInternal(code, message, detail, hint, __FILE__, __LINE__, \
|
DeferredErrorInternal(code, message, detail, hint, __FILE__, __LINE__, \
|
||||||
PG_FUNCNAME_MACRO)
|
PG_FUNCNAME_MACRO)
|
||||||
|
|
Loading…
Reference in New Issue