Clean up more indent breakage from 6377e12a5.

Per buildfarm member koel.
This commit is contained in:
Tom Lane 2024-04-16 13:00:40 -04:00
parent 6f0cef9353
commit ec07d0d7fa
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ typedef int (*AcquireSampleRowsFunc) (Relation relation, int elevel,
double *totaldeadrows);
typedef bool (*AnalyzeForeignTable_function) (Relation relation,
AcquireSampleRowsFunc * func,
AcquireSampleRowsFunc *func,
BlockNumber *totalpages);
typedef List *(*ImportForeignSchema_function) (ImportForeignSchemaStmt *stmt,