Clean up more indent breakage from 6377e12a5.

Per buildfarm member koel.
pull/159/head
Tom Lane 2 years ago
parent 6f0cef9353
commit ec07d0d7fa
  1. 2
      src/include/foreign/fdwapi.h

@ -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,

Loading…
Cancel
Save