MironAtHome commented on issue #1991:
URL: https://github.com/apache/age/issues/1991#issuecomment-2259675473

   StringInfo is referenced in agetype.h here:
   `#include "lib/stringinfo.h"`
   This file should be located under
   `/Users/jc/bin/postgres/include/server`
   directory of the Postgres installation. Note, the complete path, is 
concatenated /Users/jc/bin/postgres/include/server +  lib/stringinfo.h
   
   Definition of the StringInfo is line #44, it reads:
   `typedef StringInfoData *StringInfo;`
   
   If you could please download compressed archive of Postgres version 14 from 
its official distributor here:
   https://www.enterprisedb.com/download-postgresql-binaries
   uncompress it and point pg_config accordingly, it probably will fix the 
issue, unless something else is at play.


-- 
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

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

Reply via email to