8000
We read every piece of feedback, and take your input very seriously.
To see all available qua 8000 lifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0502e85 commit a600ee9Copy full SHA for a600ee9
src/test/modules/commit_ts/t/004_restart.pl
@@ -54,7 +54,7 @@
54
55
my $before_restart_ts = $node_master->safe_psql('postgres',
56
qq[SELECT pg_xact_commit_timestamp('$xid');]);
57
-ok($before_restart_ts != '' && $before_restart_ts != 'null',
+ok($before_restart_ts ne '' && $before_restart_ts ne 'null',
58
'commit timestamp recorded');
59
60
$node_master->stop('immediate');
0 commit comments