mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Modify value of PERL_EMBED_ERROR macro.
Remove !!! which by convention we use as a marker for code that needs attention before it can be committed to master.
This commit is contained in:
parent
504e7d77fa
commit
7918629f59
@ -153,6 +153,10 @@
|
||||
<release-item>
|
||||
<p>Add logging macros for <code>TimeMSec</code> type.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Modify value of <code>PERL_EMBED_ERROR</code> macro.</p>
|
||||
</release-item>
|
||||
</release-development-list>
|
||||
</release-core-list>
|
||||
|
||||
|
@ -7,7 +7,7 @@ Execute Perl for Legacy Functionality
|
||||
/***********************************************************************************************************************************
|
||||
Error message for errors thrown from embedded Perl
|
||||
***********************************************************************************************************************************/
|
||||
#define PERL_EMBED_ERROR "!!!EMBEDDEDPERLERROR!!!"
|
||||
#define PERL_EMBED_ERROR "===PERL-EMBED-ERROR==="
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Functions
|
||||
|
Loading…
Reference in New Issue
Block a user