diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-10-21 12:04:21 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-10-21 12:04:21 -0400 |
commit | 919c811ca1e2a545cb1db243af93d55270d84469 (patch) | |
tree | ba08b1ca177b62e22c425b040d171bb9f5c601a3 /src/backend/access/transam/xlog.c | |
parent | ad13a09d762f0c903a52ed0ec668a0ba51a61047 (diff) | |
download | postgresql-919c811ca1e2a545cb1db243af93d55270d84469.tar.gz postgresql-919c811ca1e2a545cb1db243af93d55270d84469.zip |
Fix comment formatting.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 4fda1798ccd..d6c057a23bf 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'. * |