Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql: fix get_version() for older PostgreSQL versions
The bare 'RETURN' statement in get_version() is caught as a syntax error by PostgreSQL 12.x. Return the integer literal using a simple SQL statement instead.
- Loading branch information