aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-07-01 12:37:52 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-07-01 12:37:52 -0400
commit9e1c9f959422192bbe1b842a2a1ffaf76b080196 (patch)
treecf36bf712b6baf5c0fa86e3854bbcfaf3829b00f /contrib/postgres_fdw/postgres_fdw.h
parent145b18688c04963efcab8ef3e7e10659bf783eb1 (diff)
downloadpostgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.tar.gz
postgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.zip
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't find anything to change.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.h b/contrib/postgres_fdw/postgres_fdw.h
index 35545e1831d..6acb7dcf6cd 100644
--- a/contrib/postgres_fdw/postgres_fdw.h
+++ b/contrib/postgres_fdw/postgres_fdw.h
@@ -64,6 +64,7 @@ typedef struct PgFdwRelationInfo
int width;
Cost startup_cost;
Cost total_cost;
+
/*
* Estimated number of rows fetched from the foreign server, and costs
* excluding costs for transferring those rows from the foreign server.