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

   ```
   ➜  psql --version
   psql (PostgreSQL) 11.17 (Ubuntu 11.17-1.pgdg20.04+1)
   ```
   ```
   ➜  file /usr/lib/postgresql/11/lib/age.so
   /usr/lib/postgresql/11/lib/age.so: ELF 64-bit LSB shared object, x86-64, 
version 1 (SYSV), dynamically linked, 
BuildID[sha1]=a2e74c1a3d3c1098840b2bc865f7b8407f1908c5, with debug_info, not 
stripped
   ```
   
   ```
   ➜  psql
   psql (11.17 (Ubuntu 11.17-1.pgdg20.04+1))
   Type "help" for help.
   
   root=# CREATE EXTENSION age;
   ERROR:  incompatible library "/usr/lib/postgresql/11/lib/age.so": version 
mismatch
   DETAIL:  Server is version 11, library is version 12.
   root=# CREATE EXTENSION age;
   ```


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

Reply via email to