From 9e1c9f959422192bbe1b842a2a1ffaf76b080196 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 1 Jul 2019 12:37:52 -0400 Subject: pgindent run prior to branching v12. pgperltidy and reformat-dat-files too, though the latter didn't find anything to change. --- contrib/postgres_fdw/postgres_fdw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/postgres_fdw/postgres_fdw.h') 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. -- cgit v1.2.3