mirror of https://github.com/citusdata/citus.git
Fixes compile error
parent
69ccf7dd97
commit
4b4aae2d4a
|
@ -35,7 +35,7 @@ handleOption(StringInfo buf, DefElem *option, const struct option_format *opt_fo
|
|||
bool value = defGetBoolean(option);
|
||||
appendStringInfo(buf, opt_formats[i].format, value ? "true" : "false");
|
||||
}
|
||||
#if PG_VERSION_NUM >= PG_VERSION_15
|
||||
#if PG_VERSION_NUM >= 150000
|
||||
else if (strcmp(opt_formats[i].type, "object_id") == 0)
|
||||
{
|
||||
Oid value = defGetObjectId(option);
|
||||
|
|
Loading…
Reference in New Issue