index a1e1aa1be1c11c75fe91178f4745472df715821f..632e720ebefac0e67795b1082e1fc8806fa487f2 100644 (file)
=================
NOTE: You must have given the --enable-tap-tests argument to configure.
+Also, to use "make installcheck", you must have built and installed
+contrib/test_decoding in addition to the core code.
Run
make check
index 440ac097fcf0b8da736d616cb3b056be6e10ce54..c928e9201ed1e5f1f435abc13895dfaad14cd194 100644 (file)
@@ -157,7 +157,6 @@ ok(pump_until($killme, \$killme_stdout, qr/[[:digit:]]+[\r\n]$/m),
"acquired pid for SIGKILL");
$pid = $killme_stdout;
chomp($pid);
-$pid = $killme_stdout;
$killme_stdout = '';
$killme_stderr = '';
# signal that crash-restart has occurred. The initial wait for the
# trivial select is to be sure that psql successfully connected to
# backend.
-$monitor_stdin = q[
+$monitor_stdin .= q[
SELECT $$psql-connected$$;
SELECT pg_sleep(3600);
];
$proc->pump_nb();
while (1)
{
+ last if $$stream =~ /$untl/;
if ($psql_timeout->is_expired)
{
diag("aborting wait: program timed out");
return 0;
}
$proc->pump();
- last if $$stream =~ /$untl/;
}
return 1;