mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	pgbench: Remove duplicate entries from table of builtin functions.
Fabien Coelho Discussion: http://postgr.es/m/alpine.DEB.2.21.1807221822320.19939@lancre
This commit is contained in:
		@@ -366,15 +366,6 @@ static const struct
 | 
				
			|||||||
	{
 | 
						{
 | 
				
			||||||
		"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
 | 
							"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
		"hash", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
		"hash_murmur2", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	{
 | 
					 | 
				
			||||||
		"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
	/* keep as last array element */
 | 
						/* keep as last array element */
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		NULL, 0, 0
 | 
							NULL, 0, 0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user