From 919c811ca1e2a545cb1db243af93d55270d84469 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 21 Oct 2016 12:04:21 -0400 Subject: [PATCH] Fix comment formatting. --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 4fda1798cc..d6c057a23b 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -10309,7 +10309,7 @@ pg_start_backup_callback(int code, Datum arg) /* * do_pg_stop_backup is the workhorse of the user-visible pg_stop_backup() * function. - + * * If labelfile is NULL, this stops an exclusive backup. Otherwise this stops * the non-exclusive backup specified by 'labelfile'. *