You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Clarify that return statements are not removed in production builds.
This commit is contained in:
		| @@ -269,7 +269,7 @@ Macros to return function results (or void) | ||||
| Function Test Macros | ||||
|  | ||||
| In debug builds these macros will update the stack trace with function names and parameters but not log.  In production builds all | ||||
| test macros are compiled out. | ||||
| test macros are compiled out (except for return statements). | ||||
| ***********************************************************************************************************************************/ | ||||
| #ifdef DEBUG_TEST_TRACE | ||||
|     #define FUNCTION_TEST_BEGIN()                                                                                                  \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user