Skip to content

Commit 543467e

Browse files
committed
Don't output anything from config
1 parent 72d8f90 commit 543467e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pgsql/tests/config.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ $view_def = "CREATE VIEW {$view_name} AS SELECT * FROM {$table_name};";
1919
$table_def = "CREATE TABLE {$table_name} (num int, str text, bin bytea);";
2020
$table_def_92 = "CREATE TABLE {$table_name_92} (textary text[], jsn json);";
2121
$field_name = "num"; // For pg_field_num()
22-
23-
?>

0 commit comments

Comments
 (0)