mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Ooops, should use double not single quotes in StaticAssertStmt().
That's what I get for testing this on an older compiler.
This commit is contained in:
		
							parent
							
								
									a7ef273e1c
								
							
						
					
					
						commit
						a3b4aeecfe
					
				| @ -337,7 +337,7 @@ pgstat_init(void) | ||||
| 	 * compile-time cross-check that we didn't. | ||||
| 	 */ | ||||
| 	StaticAssertStmt(sizeof(PgStat_Msg) <= PGSTAT_MAX_MSG_SIZE, | ||||
| 				   'maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE'); | ||||
| 				   "maximum stats message size exceeds PGSTAT_MAX_MSG_SIZE"); | ||||
| 
 | ||||
| 	/*
 | ||||
| 	 * Create the UDP socket for sending and receiving statistic messages | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user