You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user