aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent/tests/parens.0
blob: 366536ce823613c0b982c3efd616341728bd9def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
typedef void (*pgstat_page) (pgstattuple_type *, Relation, BlockNumber,
										 BufferAccessStrategy);

typedef char (*get_relation_stats_hook_type) (int *root,
														  unsigned *rte,
														  char attnum,
												  float *vardata);

void similarity_dist(int m)
{
	char		chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, 3 /* sizeof gmt */ ),
									  *here)];

	float4		res = DatumGetFloat4(FunctionCall2(similarity,
												   (here),
												   here));

	if (es->verbose)
	{
		char	   *sql = strVal(list_nth(fdw_private,
										  here));
	}

	rb->allocfunc(1);
	rb2.allocfunc(7);
}