It seems travis needs ending >?

This commit is contained in:
Yasuo Ohgaki 2014-02-16 16:40:58 +09:00
parent d4bc18bbe8
commit 4a2b39269f

View File

@ -14,3 +14,4 @@ $table_def = "CREATE TABLE ${table_name} (num int, str text, bin bytea);";
$table_def_92 = "CREATE TABLE ${table_name_92} (textary text[], jsn json);";
$field_name = "num"; // For pg_field_num()
?>