aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-04-16 13:00:40 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2024-04-16 13:00:40 -0400
commitec07d0d7fae9ac990061bef1aa8995f842839a40 (patch)
tree159646df134d6ad831aa8401f8a3993ff578f469 /src
parent6f0cef9353fcef50e74c31bb06c96c40207fd535 (diff)
downloadpostgresql-ec07d0d7fae9ac990061bef1aa8995f842839a40.tar.gz
postgresql-ec07d0d7fae9ac990061bef1aa8995f842839a40.zip
Clean up more indent breakage from 6377e12a5.
Per buildfarm member koel.
Diffstat (limited to 'src')
-rw-r--r--src/include/foreign/fdwapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/foreign/fdwapi.h b/src/include/foreign/fdwapi.h
index 7f0475d2fa7..fcde3876b28 100644
--- a/src/include/foreign/fdwapi.h
+++ b/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,