mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add missing "static" marker.
Per pademelon.
This commit is contained in:
		@@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
 | 
				
			|||||||
 * Substitute child relids for parent relids in a Relid set.  The array of
 | 
					 * Substitute child relids for parent relids in a Relid set.  The array of
 | 
				
			||||||
 * appinfos specifies the substitutions to be performed.
 | 
					 * appinfos specifies the substitutions to be performed.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
Relids
 | 
					static Relids
 | 
				
			||||||
adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
 | 
					adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	Bitmapset  *result = NULL;
 | 
						Bitmapset  *result = NULL;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user