fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

Two parser error at CREATE TRIGGER fixed #280

Closed andrewjsi closed 3 years ago

andrewjsi commented 3 years ago

After upgrade to PostgreSQL 10, the parser was failed at TRIGGER REFERENCE. Later, after upgrade to PostgreSQL 12, the parser was failed at EXECUTE FUNCTION. We have patched apgdiff for our project to fix these errors. Please merge this patch if you find worthy!

fordfrog commented 3 years ago

thank you for the fix! could you please add a junit test or two so that this does not get accidentally broken in future by other changes?

andrewjsi commented 3 years ago

of course, here is the commit

fordfrog commented 3 years ago

thanks!