Skip to content

Commit 5a1131f

Browse files
esiaeroanth0nyleung
authored andcommitted
Mark assert-only address in pg_tle_create_base_type_internal
1 parent e586183 commit 5a1131f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datatype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ pg_tle_create_base_type_internal(Oid typeNamespace,
228228
Oid typeOid;
229229
Oid array_oid;
230230
char *array_type;
231-
ObjectAddress address;
231+
ObjectAddress address PG_USED_FOR_ASSERTS_ONLY;
232232
Oid inputFuncParamType;
233233
Oid outputFuncParamType;
234234
char *namespaceName;

0 commit comments

Comments
 (0)