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:
3
bin/expected/init-extension.out
Normal file
3
bin/expected/init-extension.out
Normal file
@ -0,0 +1,3 @@
|
||||
SET client_min_messages = warning;
|
||||
CREATE EXTENSION pg_repack;
|
||||
RESET client_min_messages;
|
Reference in New Issue
Block a user