jrgemignani opened a new pull request, #2334:
URL: https://github.com/apache/age/pull/2334
Fixed the following ISO C90 warning -
src/backend/utils/adt/agtype.c:7503:9: warning: ISO C90 forbids mixed
declarations and code [-Wdeclaration-after-statement]
7503 | enum agtype_value_type elem_type = elem ? elem->type :
AGTV_NULL;
| ^~~~
No regression tests impacted.
modified: src/backend/utils/adt/agtype.c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]