File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 373
373
$standby1 -> reload;
374
374
375
375
# Confirm that the slot sync worker is able to start.
376
- $standby1 -> wait_for_log(qr /LOG: slot sync worker started/ ,
376
+ $standby1 -> wait_for_log(qr / slot sync worker started/ ,
377
377
$log_offset );
378
378
379
379
$log_offset = -s $standby1 -> logfile;
384
384
385
385
# Confirm that slot sync worker acknowledge the GUC change and logs the msg
386
386
# about wrong configuration.
387
- $standby1 -> wait_for_log(qr /LOG: slot sync worker will restart because of a parameter change/ ,
387
+ $standby1 -> wait_for_log(qr / slot sync worker will restart because of a parameter change/ ,
388
388
$log_offset );
389
- $standby1 -> wait_for_log(qr /LOG: slot synchronization requires hot_standby_feedback to be enabled/ ,
389
+ $standby1 -> wait_for_log(qr / slot synchronization requires hot_standby_feedback to be enabled/ ,
390
390
$log_offset );
391
391
392
392
$log_offset = -s $standby1 -> logfile;
396
396
$standby1 -> reload;
397
397
398
398
# Confirm that the slot sync worker is able to start now.
399
- $standby1 -> wait_for_log(qr /LOG: slot sync worker started/ ,
399
+ $standby1 -> wait_for_log(qr / slot sync worker started/ ,
400
400
$log_offset );
401
401
402
402
# #################################################
You can’t perform that action at this time.
0 commit comments