Skip to content

Commit 3060078

Browse files
committed
IvorySQL: update IvorySQL code for pg commit 3dea7af
Also fix the bug in Makefile and remove useless file 038_save_logical_slots_shutdown.pl.
1 parent 8f17af9 commit 3060078

3 files changed

Lines changed: 2 additions & 104 deletions

File tree

src/oracle_test/recovery/038_save_logical_slots_shutdown.pl

Lines changed: 0 additions & 102 deletions
This file was deleted.

src/oracle_test/recovery/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include $(top_builddir)/src/Makefile.global
2323
export enable_injection_points
2424

2525
# required for 017_shm.pl and 027_stream_regress.pl
26-
REGRESS_SHLIB=$(abs_top_builddir)/src/oracle_test/regress/regress$(DLSUFFIX)
26+
REGRESS_SHLIB=$(abs_top_builddir)/src/oracle_test/regress/oraregress$(DLSUFFIX)
2727
export REGRESS_SHLIB
2828

2929
oracle-check:

src/oracle_test/recovery/t/041_checkpoint_at_promote.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
my $checkpoint_complete = 0;
114114
foreach my $i (0 .. 10 * $PostgreSQL::Test::Utils::timeout_default)
115115
{
116-
if ($node_standby->log_contains("restartpoint complete"), $logstart)
116+
if ($node_standby->log_contains("restartpoint complete", $logstart))
117117
{
118118
$checkpoint_complete = 1;
119119
last;

0 commit comments

Comments
 (0)