Travis; tweak some tests for PostgreSQL 9.1 compat.

This commit is contained in:
Dimitri Fontaine 2014-06-17 01:00:33 +02:00
parent 9c7f88c0d2
commit 63e6b506be

View File

@ -17,7 +17,8 @@ LOAD CSV
BEFORE LOAD DO
$$ create extension if not exists ip4r; $$,
$$ create schema if not exists csv; $$,
$$ drop schema if exists csv; $$,
$$ create schema csv; $$,
$$ create table if not exists csv.blocks
(
iprange ip4r,