Check PostgreSQL version number as number in the makefile

Not entirely happy about the solution but I like the uniform tests.
This commit is contained in:
Daniele Varrazzo
2013-04-18 00:29:23 +01:00
parent 22762fce28
commit c314cbda75
6 changed files with 29 additions and 37 deletions

View File

@ -0,0 +1,3 @@
SET client_min_messages = warning;
CREATE EXTENSION pg_repack;
RESET client_min_messages;