1
0
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:
David Steele 2018-11-14 08:16:53 -05:00
parent 504e7d77fa
commit 7918629f59
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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