pg_repack/bin/expected/init-extension.out
Daniele Varrazzo c314cbda75 Check PostgreSQL version number as number in the makefile
Not entirely happy about the solution but I like the uniform tests.
2013-04-18 00:29:23 +01:00

4 lines
90 B
Plaintext

SET client_min_messages = warning;
CREATE EXTENSION pg_repack;
RESET client_min_messages;