mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	No datedebug printing of date debug is not defined.
This commit is contained in:
		
							parent
							
								
									3ebbb76c6d
								
							
						
					
					
						commit
						244c4a180f
					
				| @ -7,7 +7,7 @@ | |||||||
|  * |  * | ||||||
|  * |  * | ||||||
|  * IDENTIFICATION |  * IDENTIFICATION | ||||||
|  *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.40 1998/02/01 19:43:54 momjian Exp $ |  *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.41 1998/02/02 01:28:12 momjian Exp $ | ||||||
|  * |  * | ||||||
|  *------------------------------------------------------------------------- |  *------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
| @ -140,7 +140,8 @@ abstime2tm(AbsoluteTime time, int *tzp, struct tm * tm, char *tzn) | |||||||
| 	}; | 	}; | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if defined(DATEDEBUG) && defined(HAVE_INT_TIMEZONE) | #if defined(DATEDEBUG) | ||||||
|  | #if defined(HAVE_INT_TIMEZONE) | ||||||
| 	printf("datetime2tm- (localtime) %d.%02d.%02d %02d:%02d:%02d %s %s dst=%d\n", | 	printf("datetime2tm- (localtime) %d.%02d.%02d %02d:%02d:%02d %s %s dst=%d\n", | ||||||
| 		   tx->tm_year, tx->tm_mon, tx->tm_mday, tx->tm_hour, tx->tm_min, tx->tm_sec, | 		   tx->tm_year, tx->tm_mon, tx->tm_mday, tx->tm_hour, tx->tm_min, tx->tm_sec, | ||||||
| 		   tzname[0], tzname[1], tx->tm_isdst); | 		   tzname[0], tzname[1], tx->tm_isdst); | ||||||
| @ -149,6 +150,7 @@ abstime2tm(AbsoluteTime time, int *tzp, struct tm * tm, char *tzn) | |||||||
| 		   tx->tm_year, tx->tm_mon, tx->tm_mday, tx->tm_hour, tx->tm_min, tx->tm_sec, | 		   tx->tm_year, tx->tm_mon, tx->tm_mday, tx->tm_hour, tx->tm_min, tx->tm_sec, | ||||||
| 		   tx->tm_zone, tx->tm_isdst); | 		   tx->tm_zone, tx->tm_isdst); | ||||||
| #endif | #endif | ||||||
|  | #endif | ||||||
| 
 | 
 | ||||||
| #ifdef USE_POSIX_TIME | #ifdef USE_POSIX_TIME | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user