sanchayanghosh opened a new issue, #2164:
URL: https://github.com/apache/age/issues/2164

   Starting from PostgreSQL 18 onwards TupleDesc no longer contains attr. it 
now uses CompactAttr compact_attr.
   
   In PostgreSQL 16, we still support both attr and compact_attrs. 
   
   We need to define a macro that can resolve to both 
tts_tupleDescriptor->attr[i] and to TupleDescAttr(tts_tupleDescriptor, i)


-- 
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: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to