Zainab-Saad opened a new issue, #761:
URL: https://github.com/apache/age/issues/761

   I am trying to pull the recent changes in AGE repository to my local 
repository but am unable to do it.
   The steps I follow are:
   `git pull`
   `git log` // this shows the recent commits to the repository
   Then I rebuild AGE 
   `sudo make PG_CONFIG=/path/to/bin/pg_config install`
   `make PG_CONFIG=/path/to/bin/pg_config installcheck` // all regression tests 
are passed
   Then I stop and start the server again followed by `DROP` and `CREATE` 
extension.
   
   But the changes are not reflected to the repository. For example; in recent 
commits the edge type check for UNWIND was removed but I still get the error
   > ERROR:  UNWIND clause does not support agtype edge
   


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