19#if PG_VERSION_NUM >= 160000
45 text *name_text = PG_GETARG_TEXT_PP(0);
46 std::string name(VARDATA_ANY(name_text), VARSIZE_ANY_EXHDR(name_text));
48 PG_RETURN_BOOL(
false);
50 }
catch (
const std::exception &e) {
55 PG_RETURN_BOOL(
false);
#define provsql_error(fmt,...)
Report a fatal ProvSQL error and abort the current transaction.
C++ utility functions for UUID manipulation.