1 2 3 4 5 6 7
#include <libpq-fe.h> int main(void) { int foo = PG_DIAG_INTERNAL_QUERY; int bar = PG_DIAG_INTERNAL_POSITION; return foo + bar; }