You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
A number of doc improvements:
1) Started on a general markdown renderer 2) Internal links now work in PDF 3) Improvements to PDF styling 4) Some comment and formatting fixes 5) User guide edits.
This commit is contained in:
@ -325,7 +325,7 @@ push @EXPORT, qw(lockStop);
|
||||
####################################################################################################################################
|
||||
# lockStopTest
|
||||
#
|
||||
# Test if a stop file exists for the current stanza or all stanza.
|
||||
# Test if a stop file exists for the current stanza or all stanzas.
|
||||
####################################################################################################################################
|
||||
sub lockStopTest
|
||||
{
|
||||
@ -370,7 +370,7 @@ push @EXPORT, qw(lockStopTest);
|
||||
####################################################################################################################################
|
||||
# lockStart
|
||||
#
|
||||
# Remove the stop file so processes can run
|
||||
# Remove the stop file so processes can run.
|
||||
####################################################################################################################################
|
||||
sub lockStart
|
||||
{
|
||||
|
@ -180,7 +180,7 @@ use constant CONFIG_SECTION_GENERAL => 'general'
|
||||
push @EXPORT, qw(CONFIG_SECTION_GENERAL);
|
||||
use constant CONFIG_SECTION_LOG => 'log';
|
||||
push @EXPORT, qw(CONFIG_SECTION_LOG);
|
||||
use constant CONFIG_SECTION_RESTORE_RECOVERY_OPTION => 'restore:recovery-option';
|
||||
use constant CONFIG_SECTION_RESTORE_RECOVERY_OPTION => 'restore:recovery-option';
|
||||
push @EXPORT, qw(CONFIG_SECTION_RESTORE_RECOVERY_OPTION);
|
||||
use constant CONFIG_SECTION_RESTORE_TABLESPACE_MAP => 'restore:tablespace-map';
|
||||
push @EXPORT, qw(CONFIG_SECTION_RESTORE_TABLESPACE_MAP);
|
||||
|
Reference in New Issue
Block a user