mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -2411,7 +2411,7 @@ pg_stat_have_stats(PG_FUNCTION_ARGS)
|
||||
char *stats_type = text_to_cstring(PG_GETARG_TEXT_P(0));
|
||||
Oid dboid = PG_GETARG_OID(1);
|
||||
Oid objoid = PG_GETARG_OID(2);
|
||||
PgStat_Kind kind = pgstat_get_kind_from_str(stats_type);
|
||||
PgStat_Kind kind = pgstat_get_kind_from_str(stats_type);
|
||||
|
||||
PG_RETURN_BOOL(pgstat_have_entry(kind, dboid, objoid));
|
||||
}
|
||||
|
Reference in New Issue
Block a user