projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0cef9
)
Clean up more indent breakage from 6377e12a5.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 16 Apr 2024 17:00:40 +0000
(13:00 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 16 Apr 2024 17:00:40 +0000
(13:00 -0400)
Per buildfarm member koel.
src/include/foreign/fdwapi.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/foreign/fdwapi.h
b/src/include/foreign/fdwapi.h
index 7f0475d2fa76bca69514a2a7856dbdfdc6cc7b77..fcde3876b288ed97f179c7a5cddb221076cb0e9b 100644
(file)
--- 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,