summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/pg_get_notify.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/pg_get_notify.inc')
-rw-r--r--ext/pgsql/tests/pg_get_notify.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/pgsql/tests/pg_get_notify.inc b/ext/pgsql/tests/pg_get_notify.inc
deleted file mode 100644
index dfb4fe3b85..0000000000
--- a/ext/pgsql/tests/pg_get_notify.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-// optional functions
-
-include('config.inc');
-
-
-$db = pg_connect($conn_str);
-pg_query($db, 'LISTEN test_msg');
-pg_query($db, 'NOTIFY test_msg');
-
-$msg = pg_get_notify($db);
-
-isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
-
-
-?> \ No newline at end of file