mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix function declaration style to respect the coding standard.
This commit is contained in:
parent
05d9e17fa9
commit
fc7f6e331d
@ -876,8 +876,7 @@ clientDone(CState *st, bool ok)
|
|||||||
return false; /* always false */
|
return false; /* always false */
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static void
|
||||||
void
|
|
||||||
agg_vals_init(AggVals *aggs, instr_time start)
|
agg_vals_init(AggVals *aggs, instr_time start)
|
||||||
{
|
{
|
||||||
/* basic counters */
|
/* basic counters */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user