diff options
-rw-r--r-- | ext/pgsql/tests/config.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/tests/config.inc b/ext/pgsql/tests/config.inc index d363d943f6..367f1ef9ba 100644 --- a/ext/pgsql/tests/config.inc +++ b/ext/pgsql/tests/config.inc @@ -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() +?> |