diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-12 13:14:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-05-12 13:14:10 -0400 |
commit | def5b065ff22a16a80084587613599fe15627213 (patch) | |
tree | 13f424449b7fb90c85659071b6adf4e27ae6d272 /src/include/utils/backend_progress.h | |
parent | e6ccd1ce1644d1b40b7981f8bc172394de524f99 (diff) |
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files".
The only change worthy of note is that pgindent messed up the formatting
of launcher.c's struct LogicalRepWorkerId, which led me to notice that
that struct wasn't used at all anymore, so I just took it out.
Diffstat (limited to 'src/include/utils/backend_progress.h')
-rw-r--r-- | src/include/utils/backend_progress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/backend_progress.h b/src/include/utils/backend_progress.h index 1714fa09c16..53bddf665b1 100644 --- a/src/include/utils/backend_progress.h +++ b/src/include/utils/backend_progress.h @@ -41,4 +41,4 @@ extern void pgstat_progress_update_multi_param(int nparam, const int *index, extern void pgstat_progress_end_command(void); -#endif /* BACKEND_PROGRESS_H */ +#endif /* BACKEND_PROGRESS_H */ |