/* * anyenum_out - output routine for pseudo-type ANYENUM. * * We may as well allow this, since enum_out will in fact work. */ Datum anyenum_out(PG_FUNCTION_ARGS) { return enum_out(fcinfo); }
/* * anyenum_out - output routine for pseudo-type ANYENUM. * * We may as well allow this, since enum_out will in fact work. */ datum_t anyenum_out(PG_FUNC_ARGS) { return enum_out(fcinfo); }