You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapt pldebugger to upstream change.
Upstream commit 753d5eee46d1d9c2c7f28192ae62d5da9d7d1408 allow
PG_PRINTF_ATTRIBUTE to be different in C and C++ code. With
this change, PG_PRINTF_ATTRIBUTE is replaced with PG_C_PRINTF_ATTRIBUTE.
This commit adjust the pldebugger call accordingly.
DB-3184, Rushabh Lathia, tested by Muralikrishna Bandaru