We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267267f commit 1557119Copy full SHA for 1557119
src/rum_debug_funcs.c
@@ -1478,6 +1478,7 @@ get_datum_text_by_oid(Datum info, Oid info_oid)
1478
str_info = OidOutputFunctionCall(F_FLOAT8OUT, info);
1479
break;
1480
1481
+#if PG_VERSION_NUM >= 140000
1482
/*
1483
* TODO: The oid of the function for displaying this
1484
* type as text could not be found.
@@ -1486,6 +1487,7 @@ get_datum_text_by_oid(Datum info, Oid info_oid)
1486
1487
/* str_addInfo = OidOutputFunctionCall(, addInfo); */
1488
/* break; */
1489
return CStringGetTextDatum("MONEYOID is not supported");
1490
+#endif
1491
1492
case OIDOID:
1493
str_info = OidOutputFunctionCall(F_OIDOUT, info);
0 commit comments